From 428133f1429d18857876f6aa3a09337d67dc3c22 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 11 Jun 2001 01:44:06 +0000 Subject: [PATCH] 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 --- sbin/restore/tape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 07d565c15514..5b8129d54236 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -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;