summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/restore/tape.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index 1386995..debed5f 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -1424,6 +1424,9 @@ gethead(struct s_spcl *buf)
buf->c_ddate = _time32_to_time(buf->c_old_ddate);
buf->c_atime = _time32_to_time(buf->c_old_atime);
buf->c_mtime = _time32_to_time(buf->c_old_mtime);
+ buf->c_birthtime = 0;
+ buf->c_birthtimensec = 0;
+ buf->c_extsize = 0;
}
break;
OpenPOWER on IntegriCloud