From 181c5487cc5abbd21b0a8352a507aae4504c683c Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 25 May 2007 15:52:04 +0000 Subject: - added emergency exit in case the httpd port is blocked --- thread.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'thread.cpp') diff --git a/thread.cpp b/thread.cpp index c0abfb7..37040b9 100644 --- a/thread.cpp +++ b/thread.cpp @@ -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); } } -- cgit v1.2.3