Allow a pending call to block forever
authorScott James Remnant <scott@ubuntu.com>
Mon, 11 May 2009 21:40:10 +0000 (22:40 +0100)
committerColin Walters <walters@verbum.org>
Tue, 14 Jul 2009 19:36:25 +0000 (15:36 -0400)
commit1617081d91c82a1d8a8ae6620ba917996203c454
treef54f7254c56d395684cd562e97d4b98a947d3e95
parentdd63302d72fdb7276fce5c1edbc480af49bdf246
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>
(cherry picked from commit e5eb472d11aa36c67e320edce41d66eb18cdf5d0)
dbus/dbus-connection.c