Bug fixes to CA client introduced by CA-over-TCP code.

This commit is contained in:
Ralph Lange
2010-08-16 15:49:52 -05:00
committed by Andrew Johnson
parent 1eb5546eb7
commit 2666e9d62b
2 changed files with 3 additions and 8 deletions
+1
View File
@@ -286,6 +286,7 @@ cac::~cac ()
//
// shutdown all tcp circuits
//
this->iiuExistenceCount = this->circuitList.count();
tsDLIter < tcpiiu > iter = this->circuitList.firstIter ();
while ( iter.valid() ) {
// this causes a clean shutdown to occur
+2 -8
View File
@@ -1850,10 +1850,7 @@ void tcpiiu::disconnectAllChannels (
}
this->channelCountTot = 0u;
if ( ! isNameService () ) {
this->initiateCleanShutdown ( guard );
}
this->initiateCleanShutdown ( guard );
}
void tcpiiu::unlinkAllChannels (
@@ -1912,10 +1909,7 @@ void tcpiiu::unlinkAllChannels (
}
this->channelCountTot = 0u;
if ( ! isNameService () ) {
this->initiateCleanShutdown ( guard );
}
this->initiateCleanShutdown ( guard );
}
void tcpiiu::installChannel (