summaryrefslogtreecommitdiff
path: root/server/bdump.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-02-05 09:58:04 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-02-05 09:58:04 +0000
commitec0ede4ccc37829514dc076cf4802055090d638f (patch)
tree696786836a9f18288b66b3c2d9c53e89aa4e53ca /server/bdump.c
parent325d31bca4886ad069449627a7841d883bc48a48 (diff)
Don't lock hosts in non-concurrent 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;