*** empty log message ***
This commit is contained in:
@ -273,6 +273,13 @@
|
||||
/* install telnet port */
|
||||
InstallTelnet();
|
||||
|
||||
/* If the restore file has not been loaded, do so now */
|
||||
if(!hasRestored())
|
||||
{
|
||||
strcpy(pBueffel,"restore");
|
||||
SCInvoke(self->dummyCon,self->pSics,pBueffel);
|
||||
}
|
||||
|
||||
/* exit handlers need to be installed here */
|
||||
atexit(StopExit);
|
||||
Fortify_CheckAllMemory();
|
||||
|
Reference in New Issue
Block a user