mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203816
@ -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