fixed disconnect callback when channel known to be disconnected

This commit is contained in:
Jeff Hill
2003-09-10 17:09:25 +00:00
parent 36b1f9e4ff
commit 245cf129ff
14 changed files with 170 additions and 149 deletions

View File

@@ -481,6 +481,7 @@ void ca_client_context::blockForEventAndEnableCallbacks (
void ca_client_context::callbackLock ()
{
// if preemptive callback is enabled then this is a noop
if ( this->pCallbackGuard.get() ) {
bool sendNeeded = false;