chiark / gitweb /
fs-util: propagate EEXIST error in symlink_idempotent() as EEXIST
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Sep 2017 16:26:20 +0000 (18:26 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 22 Nov 2017 07:25:10 +0000 (08:25 +0100)
commit9b74c28b7c2329b86d92c504c3455c178ec14e87
treee0e74927f00afe29664f76c3b05057c294f01c6b
parenteed88c29597329268e5bdcbf192f2133812091c2
fs-util: propagate EEXIST error in symlink_idempotent() as EEXIST

We really shouldn't silently translate the error code here for no
reason.
src/basic/fs-util.c