diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-21 02:40:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-21 02:40:40 +0100 |
commit | 27fc65e14d56a92f2d6615c0a0c8ec2f45401193 (patch) | |
tree | 71d255b1cdeb61be60fe25b117e7bd0e5f137442 /src/core/dbus.c | |
parent | 85a0aa17dd870703677118726ac448ef08e8defb (diff) |
core: make check for Disconnected message more precise
Diffstat (limited to 'src/core/dbus.c')
-rw-r--r-- | src/core/dbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus.c b/src/core/dbus.c index ccbbc3474d..967f991644 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -623,6 +623,7 @@ static int bus_setup_disconnected_match(Manager *m, sd_bus *bus) { r = sd_bus_add_match( bus, + "sender='org.freedesktop.DBus.Local'," "type='signal'," "path='/org/freedesktop/DBus/Local'," "interface='org.freedesktop.DBus.Local'," |