diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-17 01:58:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-17 15:49:21 +0100 |
commit | 6d2357247b198314d972932415d65a42f83a9b6e (patch) | |
tree | 49652d794450fd48faf84d608fa8d00dd5373e82 /src/core/dbus-unit.c | |
parent | e954c9cfa687065244adebaa15314082ba6d7ec2 (diff) |
core: fix property changes in transient units
Diffstat (limited to 'src/core/dbus-unit.c')
-rw-r--r-- | src/core/dbus-unit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index d4393e321f..8156fda82a 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -910,9 +910,6 @@ int bus_unit_set_properties( assert(u); assert(message); - if (u->transient) - mode &= UNIT_RUNTIME; - /* We iterate through the array twice. First run we just check * if all passed data is valid, second run actually applies * it. This is to implement transaction-like behaviour without |