diff options
Diffstat (limited to 'thread.cpp')
-rw-r--r-- | thread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ void ServerThread::Action() // XXX move initial error handling to live.cpp esyslog( "ERROR: live httpd server crashed: %s", ex.what() ); cerr << "HTTPD FATAL ERROR: " << ex.what() << endl; + cThread::EmergencyExit(true); } } |