1
0
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:
Lennart Poettering 2019-03-22 12:25:16 +01:00
parent b1ea85dc08
commit c425c7c245

View File

@ -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)