new subscription member func preventing subscription from being installed twice

This commit is contained in:
Jeff Hill
2004-03-22 18:38:29 +00:00
parent ebfded8107
commit 16e182a89c
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ void nciu::resubscribe ( epicsGuard < epicsMutex > & guard )
// them here.
if ( pSubscr ) {
try {
this->getPIIU(guard)->subscriptionRequest ( guard, *this, *pSubscr );
pSubscr->subscribeIfRequired ( guard, *this );
}
catch ( ... ) {
errlogPrintf ( "CAC: failed to send subscription request "