Create and use sicsglobal.h and add isDuringInitialization
This commit is contained in:
2
ofac.c
2
ofac.c
@ -16,6 +16,7 @@
|
||||
#include "statusfile.h"
|
||||
#include "site.h"
|
||||
#include "sicshipadaba.h"
|
||||
#include "sicsglobal.h"
|
||||
|
||||
extern void DevExecInit(void); /* devexec.c */
|
||||
/*--------------------------------------------------------------------------*/
|
||||
@ -231,5 +232,6 @@ int InitObjectCommands(pServer pServ, char *file)
|
||||
}
|
||||
|
||||
RemoveStartupCommands();
|
||||
isDuringInitialization = 0;
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user