From 01b94016949cb356dc337d7207ca2e780160a422 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 3 Nov 2000 22:15:44 +0000 Subject: [PATCH] protect against claim msgs processing after IOC disconnects --- src/ca/service.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ca/service.c b/src/ca/service.c index 46c350b84..aaa2c9479 100644 --- a/src/ca/service.c +++ b/src/ca/service.c @@ -1047,6 +1047,11 @@ void cac_reconnect_channel(caResId cid, short type, unsigned short count) piiu = (IIU *) chan->piiu; + if ( piiu == ca_static->ca_piiuCast ) { + UNLOCK; + return; + } + prev_cs = chan->state; if (prev_cs == cs_conn) { ca_printf("CAC: Ignored conn resp to conn chan CID=%u SID=%u?\n",