- Added a means to overload or define drivable interfaces in tcl
This commit is contained in:
12
nserver.c
12
nserver.c
@ -34,6 +34,7 @@
|
||||
#include "ofac.h"
|
||||
#include "telnet.h"
|
||||
#include "site.h"
|
||||
#include "tcldrivable.h"
|
||||
#include "nserver.h"
|
||||
|
||||
int ServerSetupInterrupt(int iPort, pNetRead pNet, pTaskMan pTasker);
|
||||
@ -360,9 +361,6 @@
|
||||
/* Remove Status Callback */
|
||||
KillStatus(NULL);
|
||||
|
||||
/* close the List system */
|
||||
LLDsystemClose();
|
||||
|
||||
/*
|
||||
kill the site data structure
|
||||
*/
|
||||
@ -372,6 +370,14 @@
|
||||
site->KillSite(site);
|
||||
}
|
||||
|
||||
/*
|
||||
kill overloaded interfaces data
|
||||
*/
|
||||
killTclDrivable();
|
||||
|
||||
/* close the List system */
|
||||
LLDsystemClose();
|
||||
|
||||
/* make fortify print his findings */
|
||||
Fortify_DumpAllMemory(iFortifyScope);
|
||||
Fortify_LeaveScope();
|
||||
|
Reference in New Issue
Block a user