mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
dbus-execute: don't needlessly override error code
This commit is contained in:
@@ -2199,7 +2199,7 @@ int bus_exec_context_set_transient_property(
|
||||
|
||||
r = strv_extend_strv(&d->paths, l, true);
|
||||
if (r < 0)
|
||||
return -ENOMEM;
|
||||
return r;
|
||||
|
||||
joined = unit_concat_strv(l, UNIT_ESCAPE_SPECIFIERS);
|
||||
if (!joined)
|
||||
|
||||
Reference in New Issue
Block a user