1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-04 21:47:31 +03:00

Merge pull request #1622 from phomes/unused-variable

dbus-execute: remove unused variable
This commit is contained in:
Ronny Chevalier 2015-10-20 19:48:27 +02:00
commit bf3ee9cdc9

View File

@ -1245,7 +1245,6 @@ int bus_exec_context_set_transient_property(
return sd_bus_error_set_errnof(error, EINVAL, "Path %s is not absolute.", path);
if (mode != UNIT_CHECK) {
_cleanup_free_ char *drop_in = NULL;
char *buf = NULL;
buf = strjoin(b ? "-" : "", path, NULL);