]> code.delx.au - pulseaudio/commit
dbus: Give NULL as the error parameter to dbus_bus_remove_match().
authorTanu Kaskinen <tanuk@iki.fi>
Sun, 1 Jan 2012 17:44:26 +0000 (19:44 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 28 Jan 2012 12:15:42 +0000 (14:15 +0200)
commit7e4eef2179f93fa99c110da65b497fec5996df2d
tree049534fdb383510a2af97225c2a6016c83a4db66
parent6450ac2e6ace98cb8f8e577b06735241d6d43a31
dbus: Give NULL as the error parameter to dbus_bus_remove_match().

We didn't do anything anyway in case of failures. When we
give NULL as the error, dbus_bus_remove_match() can act
asynchronously, so it becomes faster. Also, the bus daemon
can avoid sending any replies, which reduces the amount of
traffic.
src/modules/bluetooth/module-bluetooth-proximity.c
src/pulsecore/dbus-util.c