Fixed the fix

git-svn-id: http://yate.null.ro/svn/yate/trunk@373 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-05-20 23:14:11 +00:00
parent 7e7878d2f3
commit 734a874a05
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,7 @@ bool s_init = false;
bool s_dynplugin = false;
int s_maxworkers = 10;
static bool s_sigabrt = false;
const char* s_cfgfile = 0;
Configuration s_cfg;
ObjList plugins;
@ -280,7 +281,6 @@ static SERVICE_TABLE_ENTRY dispatchTable[] =
#define setStatus(s)
static bool s_sigabrt = false;
static bool s_runagain = true;
static pid_t s_childpid = -1;