mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
dbus-execute: don't needlessly override error code
This commit is contained in:
parent
b1ea85dc08
commit
c425c7c245
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user