summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c_src/cmd_dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_src/cmd_dump.c b/c_src/cmd_dump.c
index 86ff507d..c9e417f2 100644
--- a/c_src/cmd_dump.c
+++ b/c_src/cmd_dump.c
@@ -112,6 +112,7 @@ int cmd_dump(int argc, char *argv[])
int fd, opt;
opt_set(opts, direct_io, false);
+ opt_set(opts, noexcl, true);
opt_set(opts, read_only, true);
opt_set(opts, nochanges, true);
opt_set(opts, norecovery, true);