improved tcpiiu shut down seq

This commit is contained in:
Jeff Hill
2001-09-20 17:26:02 +00:00
parent ba36f44354
commit bffacccf79

View File

@@ -1759,10 +1759,16 @@ void cac::uninstallIIU ( tcpiiu & iiu )
pChan->accessRightsNotify ();
}
}
this->serverTable.remove ( iiu );
this->pSearchTmr->resetPeriod ( 0.0 );
this->serverTable.remove ( iiu );
iiu.destroy ();
// signal iiu uninstal event so that cac can properly shut down
this->iiuUninstal.signal();
}
void cac::preemptiveCallbackLock ()