Bug fixes to CA client introduced by CA-over-TCP code.
This commit is contained in:
committed by
Andrew Johnson
parent
1eb5546eb7
commit
2666e9d62b
@@ -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
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user