From fb7a2d649061ffc144dd95e1645e8ae65904fb12 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 23 May 2001 23:06:07 +0000 Subject: [PATCH] fixed bug in test --- src/ca/acctst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index a0c23d8a5..a8ec9e8ff 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1347,7 +1347,7 @@ void arrayTest ( chid chan ) chan, arrayReadNotify, pWF ); SEVCHK ( status, "array read notify request failed" ); - while ( ! arrayWriteNotifyComplete && ! arrayReadNotifyComplete ) { + while ( ! arrayWriteNotifyComplete || ! arrayReadNotifyComplete ) { ca_pend_event ( 0.1 ); }