summaryrefslogtreecommitdiffstats
path: root/sbin/restore
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2000-12-12 06:30:42 +0000
committermckusick <mckusick@FreeBSD.org>2000-12-12 06:30:42 +0000
commitd577ae457b219ac16b4e152a40ae4d7474c4622f (patch)
tree3bf2728108efe33dd550a8a45cc0a2fefca402a3 /sbin/restore
parent036bc5984aa7e1e53f267c437be1cf0a4a8f7251 (diff)
downloadFreeBSD-src-d577ae457b219ac16b4e152a40ae4d7474c4622f.zip
FreeBSD-src-d577ae457b219ac16b4e152a40ae4d7474c4622f.tar.gz
Don't give up on file write errors. Just log them and continue.
Diffstat (limited to 'sbin/restore')
-rw-r--r--sbin/restore/tape.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index dc187a5..89b8b29 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -737,7 +737,6 @@ xtrfile(buf, size)
fprintf(stderr,
"write error extracting inode %d, name %s\nwrite: %s\n",
curfile.ino, curfile.name, strerror(errno));
- done(1);
}
}
OpenPOWER on IntegriCloud