From 2bbd8e82f0c78fff6f5180f22594ac3ef138fa54 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 3 Nov 2000 23:05:13 +0000 Subject: [PATCH] protect against claim msgs processing after IOC disconnects --- src/ca/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/service.c b/src/ca/service.c index aaa2c9479..7eae6b2c7 100644 --- a/src/ca/service.c +++ b/src/ca/service.c @@ -1047,7 +1047,7 @@ void cac_reconnect_channel(caResId cid, short type, unsigned short count) piiu = (IIU *) chan->piiu; - if ( piiu == ca_static->ca_piiuCast ) { + if ( piiu->state != iiu_connected ) { UNLOCK; return; }