diff options
Diffstat (limited to 'cmd_debug.c')
-rw-r--r-- | cmd_debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd_debug.c b/cmd_debug.c index a8c534b..02f4b49 100644 --- a/cmd_debug.c +++ b/cmd_debug.c @@ -95,7 +95,6 @@ int cmd_dump(int argc, char *argv[]) opts.nochanges = true; opts.noreplay = true; opts.errors = BCH_ON_ERROR_CONTINUE; - fsck_err_opt = FSCK_ERR_NO; while ((opt = getopt(argc, argv, "o:fh")) != -1) switch (opt) { @@ -235,7 +234,6 @@ int cmd_list(int argc, char *argv[]) opts.nochanges = true; opts.norecovery = true; opts.errors = BCH_ON_ERROR_CONTINUE; - fsck_err_opt = FSCK_ERR_NO; while ((opt = getopt(argc, argv, "b:s:e:m:h")) != -1) switch (opt) { |