diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-12-18 13:20:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-18 13:20:12 +0100 |
commit | 8b35656c33cca5e8d0a71d651954f2ae9f0dce24 (patch) | |
tree | b915261dea4a8e2891768a1e7a6aaf947739d1d6 /src/core/dbus-execute.c | |
parent | 117d5a27a3480fd9729cfadd98d135d21732a88d (diff) | |
parent | 5b5688afbe8125af23231ca221c822be0edc3f6e (diff) |
Merge pull request #4911 from keszybz/fixlets
A few simple fixes / improvements
Diffstat (limited to 'src/core/dbus-execute.c')
-rw-r--r-- | src/core/dbus-execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c index b3fc0ff5c3..9960b7a811 100644 --- a/src/core/dbus-execute.c +++ b/src/core/dbus-execute.c @@ -1671,7 +1671,7 @@ int bus_exec_context_set_transient_property( if (mode != UNIT_CHECK) { c->mount_flags = flags; - unit_write_drop_in_private_format(u, mode, name, "%s=%s", name, strempty(mount_propagation_flags_to_string(flags))); + unit_write_drop_in_private_format(u, mode, name, "%s=%s", name, mount_propagation_flags_to_string(flags)); } return 1; |