diff --git a/src/cas/generic/casStrmClient.cc b/src/cas/generic/casStrmClient.cc index 708e46f18..564974ec9 100644 --- a/src/cas/generic/casStrmClient.cc +++ b/src/cas/generic/casStrmClient.cc @@ -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);