]> code.delx.au - pulseaudio/commit
bluetooth: Fix sending D-Bus reply before internal callback
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Thu, 24 Jan 2013 09:16:57 +0000 (10:16 +0100)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 24 Jan 2013 23:27:08 +0000 (01:27 +0200)
commit80406eba4314aab8a1343953852ca12b9fdfc138
tree90d19d0fce9f0fe68a109241670db7bf6edb9f59
parent132814f1148e6212cf594f918a1b91868425d387
bluetooth: Fix sending D-Bus reply before internal callback

Make sure the reply to SetConfiguration() is sent before the internal
hook is fired. This is important because the hook could have side
effects including D-Bus interfactions (i.e. transport Acquire() being
called during module startup).
src/modules/bluetooth/bluetooth-util.c