fixed conn handler conn test to allow multiple loops

This commit is contained in:
Jeff Hill
2001-01-31 00:54:11 +00:00
parent c5b6b92361
commit e7200ab600

View File

@@ -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;