From a79d5fa4711921e988767a4947dca0502357cc68 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 17 Nov 1998 02:40:56 +0000 Subject: [PATCH] fixed infinite loop --- src/ca/conn.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ca/conn.c b/src/ca/conn.c index dc457fd77..5d569355e 100644 --- a/src/ca/conn.c +++ b/src/ca/conn.c @@ -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; } }