fixed improper logic when we run out of memory

This commit is contained in:
Jeff Hill
2000-10-05 22:56:31 +00:00
parent 70317853a8
commit 00f098894d

View File

@@ -933,7 +933,7 @@ unsigned cid
pCaBucket,
&pchannel->sid,
pchannel);
} while (status != S_bucket_success);
} while (status == S_bucket_idInUse);
UNLOCK_CLIENTQ;