Don't call dbus_connection_dispatch recursively
authorMike Gorse <mgorse@suse.com>
Mon, 2 Sep 2013 17:28:27 +0000 (12:28 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 2 Sep 2013 17:28:27 +0000 (12:28 -0500)
commitc40e7c6ce7f5686fa6f5765103727a6e69112c5a
treed58324f9c99f866d1b81061b2df6211afc462661
parent45155e07cc40e4da0e75649441e6cf7804bc9b53
Don't call dbus_connection_dispatch recursively

dbus_connection_dispatch is trying to lock the connection when it is
already locked, resulting in a deadlock, so just don't call it
recursively for now.
dbind/dbind.c