[Telepathy-commits] [telepathy-gabble/master] Connection: remove assertion that base->self_handle == 0

Will Thompson will.thompson at collabora.co.uk
Wed Sep 24 03:28:23 PDT 2008


This is unnecessary, was never guaranteed, and we'd like to make it not
be the case in a future tp-glib.  See fd.o #17751
---
 src/connection.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 2fee72a..4e298ba 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -699,7 +699,6 @@ gabble_connection_dispose (GObject *object)
 
   g_assert ((base->status == TP_CONNECTION_STATUS_DISCONNECTED) ||
             (base->status == TP_INTERNAL_CONNECTION_STATUS_NEW));
-  g_assert (base->self_handle == 0);
 
   g_object_unref (self->bytestream_factory);
   self->bytestream_factory = NULL;
-- 
1.5.6.5



More information about the Telepathy-commits mailing list