summaryrefslogtreecommitdiffstats
path: root/sbin/restore/tape.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/restore/tape.c')
-rw-r--r--sbin/restore/tape.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index 900d9ed..1c8907b 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -1088,6 +1088,8 @@ gethead(struct s_spcl *buf)
if (buf->c_magic == NFS_MAGIC) {
buf->c_date = _time32_to_time(buf->c_old_date);
buf->c_ddate = _time32_to_time(buf->c_old_ddate);
+ buf->c_tapea = buf->c_old_tapea;
+ buf->c_firstrec = buf->c_old_firstrec;
}
case TS_END:
buf->c_inumber = 0;
OpenPOWER on IntegriCloud