mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't give up on file write errors. Just log them and continue.
This commit is contained in:
parent
e449cfc4c7
commit
522b7bcdf6
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue