cpw.malu.xmpp.jingle_ft: 11bffe7b: Oops, this would not be a very good idea...

malu at pidgin.im malu at pidgin.im
Wed Apr 15 15:30:45 EDT 2009


-----------------------------------------------------------------
Revision: 11bffe7bad9187878914f03f05f34d2faa356633
Ancestor: 22fa6ad0a8bb8bfcdb0dac4b7b5c519d33a7eab6
Author: malu at pidgin.im
Date: 2009-04-15T19:26:28
Branch: im.pidgin.cpw.malu.xmpp.jingle_ft
URL: http://d.pidgin.im/viewmtn/revision/info/11bffe7bad9187878914f03f05f34d2faa356633

Modified files:
        libpurple/protocols/jabber/jingle/s5b.c

ChangeLog: 

Oops, this would not be a very good idea... :)

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/s5b.c	e2076764f158c9a0bcfcb185a6b44797d136025d
+++ libpurple/protocols/jabber/jingle/s5b.c	3a82d683a8701536ab0a141d0e4913995cb4a039
@@ -907,7 +907,7 @@ jingle_s5b_connect_timeout_cb(gpointer d
 	/* advance streamhost "counter" */
 	if (s5b->priv->remaining_streamhosts) {
 		s5b->priv->remaining_streamhosts = 
-			s5b->priv->remaining_streamhosts->data;
+			g_list_next(s5b->priv->remaining_streamhosts);
 		purple_debug_info("jingle-s5b", "trying next streamhost\n");
 		/* if remaining_streamhost is NULL here, this call will result in a
 		 streamhost error (and potentially fallback to IBB) */


More information about the Commits mailing list