chiark / gitweb /
copy: don't eat up error from chown()/chmod()
authorLennart Poettering <lennart@poettering.net>
Thu, 19 Jun 2014 22:20:35 +0000 (00:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Jun 2014 22:20:35 +0000 (00:20 +0200)
commit2c455af4c765463c75df79acba34d2347c03cbff
treebce8eb308fd2818b9bb11fa0a0d880ac46ba788a
parent497d1986c13032f1ef8f4592bb7ed8d3aa321a47
copy: don't eat up error from chown()/chmod()

The idea was to not fail on, nor to ignore errors from chown()/chmod(),
but to proceed and simply return the most recent error...
src/shared/copy.c