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
8d96822e19
commit
1d28f9d434
@ -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 New Issue
Block a user