correct cl's previous flow control fix so that flow control checks

for a pause any time there isn't a write lock
This commit is contained in:
dbj 2004-05-03 21:11:30 +00:00
parent 62cd773f07
commit f1646a867f
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ do_recursion (frame)
* generating data, to give the buffers a chance to drain to the
* remote client. We should not have locks active at this point,
* but if there are writelocks around, we cannot pause here. */
if (server_active && locktype == CVS_LOCK_NONE)
if (server_active && locktype != CVS_LOCK_WRITE)
server_pause_check();
#endif