removed redundant bad client attach detect
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
*
|
||||
* History
|
||||
* $Log$
|
||||
* Revision 1.12 1996/12/06 22:36:22 jhill
|
||||
* use destroyInProgress flag now functional nativeCount()
|
||||
*
|
||||
* Revision 1.11 1996/11/02 00:54:24 jhill
|
||||
* many improvements
|
||||
*
|
||||
@@ -1145,10 +1148,6 @@ caStatus casStrmClient::clearChannelAction ()
|
||||
logBadId (mp, dp);
|
||||
return S_cas_internal;
|
||||
}
|
||||
if (&pciu->getClient()!=this) {
|
||||
logBadId (mp, dp);
|
||||
return S_cas_internal;
|
||||
}
|
||||
|
||||
/*
|
||||
* send delete confirmed message
|
||||
@@ -1188,10 +1187,6 @@ caStatus casStrmClient::eventCancelAction()
|
||||
logBadId(mp, dp);
|
||||
return S_cas_internal;
|
||||
}
|
||||
if (&pciu->getClient()!=this) {
|
||||
logBadId(mp, dp);
|
||||
return S_cas_internal;
|
||||
}
|
||||
pMon = pciu->findMonitor(mp->m_available);
|
||||
if (!pMon) {
|
||||
logBadId(mp, dp);
|
||||
|
||||
Reference in New Issue
Block a user