summaryrefslogtreecommitdiff
path: root/server/bdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/bdump.c')
-rw-r--r--server/bdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bdump.c b/server/bdump.c
index d93a9b0..24ce03f 100644
--- a/server/bdump.c
+++ b/server/bdump.c
@@ -853,9 +853,9 @@ char *vers;
host != server->zs_hosts;
host = host->q_forw) {
/* for each host */
+#ifdef CONCURRENT
host->zh_locked = 1;
-#ifdef CONCURRENT
readable = initial;
tv.tv_sec = tv.tv_usec = 0;