fixed infinite loop

This commit is contained in:
Jeff Hill
1998-11-17 02:40:56 +00:00
parent 12a36129a9
commit a79d5fa471

View File

@@ -31,6 +31,9 @@
/* */
/*
* $Log$
* Revision 1.42 1998/10/07 14:30:41 jba
* Modified log message.
*
* Revision 1.41 1998/09/24 21:22:51 jhill
* detect reconnect faster when IOC reboots quickly
*
@@ -109,7 +112,6 @@ void checkConnWatchdogs()
&piiu->timeAtSendBlock);
if (delay>ca_static->ca_connectTMO) {
TAG_CONN_DOWN (piiu);
continue;
}
}