core: make check for Disconnected message more precise

This commit is contained in:
Lennart Poettering 2013-12-21 02:40:40 +01:00
parent 85a0aa17dd
commit 27fc65e14d

View file

@ -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',"