diff options
-rw-r--r-- | libbb/dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index 8c2a370d0..9c16f1f94 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -357,6 +357,7 @@ static NOINLINE int next(priv_dumper_t *dumper) | |||
357 | if (!freopen(fname, "r", stdin)) { | 357 | if (!freopen(fname, "r", stdin)) { |
358 | bb_simple_perror_msg(fname); | 358 | bb_simple_perror_msg(fname); |
359 | dumper->exitval = 1; | 359 | dumper->exitval = 1; |
360 | dumper->next__done = 1; | ||
360 | continue; | 361 | continue; |
361 | } | 362 | } |
362 | } | 363 | } |