[Telepathy-commits] [telepathy-gabble/master] private-tubes-factory.c: Fix gabble_private_tubes_factory_update_caps: do not call tp_g_hash_table_update with source == target

Alban Crequy alban.crequy at collabora.co.uk
Fri Dec 5 09:42:32 PST 2008


---
 src/private-tubes-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index 6a186f3..55a845d 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -636,9 +636,9 @@ gabble_private_tubes_factory_update_caps (
     return;
 
   tp_g_hash_table_update (caps_out->stream_tube_caps,
-      caps_out->stream_tube_caps, (GBoxedCopyFunc) g_strdup, NULL);
+      caps_in->stream_tube_caps, (GBoxedCopyFunc) g_strdup, NULL);
   tp_g_hash_table_update (caps_out->dbus_tube_caps,
-      caps_out->dbus_tube_caps, (GBoxedCopyFunc) g_strdup, NULL);
+      caps_in->dbus_tube_caps, (GBoxedCopyFunc) g_strdup, NULL);
 }
 
 static gboolean
-- 
1.5.6.5




More information about the Telepathy-commits mailing list