summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-pending-call.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-21 19:28:56 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-21 19:28:56 +0000
commita549de8b7a744ec52e514d1e38ac9f2370b5f8b6 (patch)
tree3b5ba5f9d80469e2b33a2b67d53633037667e69c /dbus/dbus-pending-call.c
parent6bc17d7da46454706492c849bc9cb3970c5815db (diff)
* Removed some extra bindings stuff lingering around (thanks timo)
* dbus-pendingcall.c (_dbus_pending_call_new): s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion when we tried to take a lock on an already locked connection
Diffstat (limited to 'dbus/dbus-pending-call.c')
-rw-r--r--dbus/dbus-pending-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-pending-call.c b/dbus/dbus-pending-call.c
index ba5f8757..da8a3100 100644
--- a/dbus/dbus-pending-call.c
+++ b/dbus/dbus-pending-call.c
@@ -119,7 +119,7 @@ _dbus_pending_call_new (DBusConnection *connection,
pending->refcount.value = 1;
pending->connection = connection;
- dbus_connection_ref (pending->connection);
+ _dbus_connection_ref_unlocked (pending->connection);
pending->timeout = timeout;