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:
commit
bf3ee9cdc9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user