chiark / gitweb /
bus: don't skip interfaces in bus_message_map_properties_changed()
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 28 Aug 2014 13:24:00 +0000 (15:24 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 28 Aug 2014 13:25:51 +0000 (15:25 +0200)
commit427c71629ea375e4ca1841a55902b40de21f2ab4
tree58207768ddbe4d0dbdbb5ec5feb33e3cfa0f83d0
parentc168eb6785bacc2042687bf879259dfc27d5a523
bus: don't skip interfaces in bus_message_map_properties_changed()

Skipping interfaces randomly without the caller specifying it is nasty.
Avoid this and let the caller do that themselves.
src/libsystemd-terminal/idev-keyboard.c
src/libsystemd/sd-bus/bus-util.c