- Fixed a couple of small things with the TAS code
- Fixed new AMOR settings module - Initial implementation of the new SICS hierarchical parameter database SKIPPED: psi/amorset.c psi/libpsi.a psi/sps.c
This commit is contained in:
11
conman.c
11
conman.c
@ -65,6 +65,7 @@
|
||||
#include "uubuffer.h"
|
||||
#include "commandlog.h"
|
||||
#include "stptok.h"
|
||||
#include "sicshipadaba.h"
|
||||
|
||||
/*
|
||||
#define UUDEB 1
|
||||
@ -361,6 +362,7 @@ extern pServer pServ;
|
||||
char pBueffel[132];
|
||||
SConnection *pVictim = NULL;
|
||||
Item sItem;
|
||||
pHdb root = NULL;
|
||||
|
||||
pVictim = (SConnection *)pData;
|
||||
if(!VerifyConnection(pVictim))
|
||||
@ -388,6 +390,15 @@ extern pServer pServ;
|
||||
*/
|
||||
KillCapture(pVictim);
|
||||
|
||||
/*
|
||||
* remove any callbacks which might still be active in the Hipadaba
|
||||
*/
|
||||
root = GetHipadabaRoot();
|
||||
if(root != NULL)
|
||||
{
|
||||
InternalRemoveHipadabaCallback(root,pVictim->ident);
|
||||
}
|
||||
|
||||
/*
|
||||
If we have a grab, release it !
|
||||
*/
|
||||
|
Reference in New Issue
Block a user