mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't try to determine tape block size when the -P option is used.
This was missed in r203157. PR: bin/121502
This commit is contained in:
parent
f3cba95c5b
commit
384e3c00a0
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ setup(void)
|
|||
volno = 1;
|
||||
setdumpnum();
|
||||
FLUSHTAPEBUF();
|
||||
if (!pipein && !bflag)
|
||||
if (!pipein && !pipecmdin && !bflag)
|
||||
findtapeblksize();
|
||||
if (gethead(&spcl) == FAIL) {
|
||||
fprintf(stderr, "Tape is not a dump tape\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue