]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: propagate the error we got from strv_extend_xyz() to the caller
authorLennart Poettering <lennart@poettering.net>
Tue, 16 Jan 2024 22:22:43 +0000 (23:22 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 17 Jan 2024 10:32:11 +0000 (11:32 +0100)
commit010cd1dc58d98330e7bb94e2dfea47536049d756
treeafc4db2df96a463e94ae48f5a67750dbc520d64e
parent4212636763af87102aee6dc2d57aa6cb613991a4
tree-wide: propagate the error we got from strv_extend_xyz() to the caller

It's a bit sloppy to return -ENOMEM rather than the actual error we
already returned in the first place (even though it's always going to be
ENOMEM)
src/basic/time-util.c
src/core/dbus-execute.c
src/core/manager-serialize.c
src/core/service.c
src/shared/module-util.c
src/sysusers/sysusers.c