From e7200ab600f1a7d92a1122bb1e1fd5977870a274 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 31 Jan 2001 00:54:11 +0000 Subject: [PATCH] fixed conn handler conn test to allow multiple loops --- src/ca/acctst.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 092bdac62..0edafdf62 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -263,12 +263,13 @@ void verifyConnectionHandlerConnect ( appChan *pChans, unsigned chanCount, unsig showProgressBegin (); - subscriptionUpdateCount = 0u; - accessUpdateCount = 0u; - connectionUpdateCount = 0u; - getCallbackCount = 0u; for ( i = 0; i < repetitionCount; i++ ) { + subscriptionUpdateCount = 0u; + accessUpdateCount = 0u; + connectionUpdateCount = 0u; + getCallbackCount = 0u; + for ( j = 0u; j < chanCount; j++ ) { pChans[j].subscriptionUpdateCount = 0u;