Add 'SKIP' as an action so that verification works for multivolume restores.

Tested with filesystem files.

PR:		27218
Submitted by:	mad1@tapil.com
MFC after:	3 weeks
This commit is contained in:
Matt Jacob 2001-06-11 01:44:06 +00:00
parent ce4bd508ed
commit 428133f142
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78039

View File

@ -439,7 +439,7 @@ getvol(nextvol)
readtape(buf);
}
}
if (curfile.action == USING) {
if (curfile.action == USING || curfile.action == SKIP) {
if (volno == 1)
panic("active file into volume 1\n");
return;