*** empty log message ***

This commit is contained in:
koennecke
2007-11-27 13:36:15 +00:00
parent 1265ae957b
commit 22b0e8ec83
50 changed files with 6025 additions and 171 deletions

View File

@ -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();