summaryrefslogtreecommitdiff
path: root/thread.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 20:56:33 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 20:56:33 +0000
commitfdee52caab6c03c9512ce16ed654838ce621367e (patch)
tree34a311c88ee615dc10907f347da5d46978c93ecd /thread.cpp
parentf809dd4c56887a28beb8b13442cca3017d9bda0e (diff)
downloadvdr-plugin-live-fdee52caab6c03c9512ce16ed654838ce621367e.tar.gz
vdr-plugin-live-fdee52caab6c03c9512ce16ed654838ce621367e.tar.bz2
- added new page edit_timer
- removed obsolete new_timer - added button and link to edit_timer
Diffstat (limited to 'thread.cpp')
-rw-r--r--thread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.cpp b/thread.cpp
index 9b0b436..c0abfb7 100644
--- a/thread.cpp
+++ b/thread.cpp
@@ -49,6 +49,7 @@ void ServerThread::Action()
int argc = sizeof( argv ) / sizeof( argv[0] );
m_server.reset( new Tntnet( argc, argv ) );
m_server->run();
+ m_server.reset( 0 );
} catch ( exception const& ex ) {
// XXX move initial error handling to live.cpp
esyslog( "ERROR: live httpd server crashed: %s", ex.what() );