protect against claim msgs processing after IOC disconnects

This commit is contained in:
Jeff Hill
2000-11-03 23:05:13 +00:00
parent 01b9401694
commit 2bbd8e82f0
+1 -1
View File
@@ -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;
}