]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysext: do not return 0 if `unmerge()` fails in the `refresh()` function.
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 5 Apr 2024 13:24:40 +0000 (15:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Apr 2024 14:15:55 +0000 (16:15 +0200)
commit8ebfef5c96d09bed31a75e1ccba0b63a3cd1a332
treed40819d073858691ac56f70488ef9fe18628595a
parenta4acc2528f14c931e9fe25c2077f6236135ca7e9
sysext: do not return 0 if `unmerge()` fails in the `refresh()` function.

Actually, return the result of `unmerge()` if it is called in the `refresh()`
function.

Fixes 8662fcbcf1f31725998bd1ebe706ac813b053962
src/sysext/sysext.c