[Telepathy-commits] [telepathy-gabble/master] Remove a now useless assert

Marco Barisione marco at barisione.org
Tue Jan 6 08:41:29 PST 2009


---
 src/bytestream-socks5.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/bytestream-socks5.c b/src/bytestream-socks5.c
index ff27c70..31dee87 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -635,8 +635,6 @@ socks5_handle_received_data (GabbleBytestreamSocks5 *self,
             lm_message_node_set_attribute (node, "xmlns", NS_BYTESTREAMS);
 
             node = lm_message_node_add_child (node, "streamhost-used", "");
-            /* FIXME: proper error handling */
-            g_assert (priv->streamhosts);
             current_streamhost = priv->streamhosts->data;
             lm_message_node_set_attribute (node, "jid", current_streamhost->jid);
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list