Allow a pending call to block forever
authorScott James Remnant <scott@ubuntu.com>
Mon, 11 May 2009 21:40:10 +0000 (22:40 +0100)
committerScott James Remnant <scott@ubuntu.com>
Thu, 28 May 2009 09:47:30 +0000 (11:47 +0200)
commite5eb472d11aa36c67e320edce41d66eb18cdf5d0
treedc30d0f38be98a81a19e98829d65debbee68ee9f
parentba22606c3b21c55c5c0af30d8f07edd71ded7213
Allow a pending call to block forever

* dbus/dbus-connection.c (_dbus_connection_block_pending_call): Allow the
  pending call to have no timeout, in which case we simply block until we
  complete, have data or get disconnected.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
dbus/dbus-connection.c