diff libpurple/protocols/msn/switchboard.c @ 23504:5c95339855b2

Allow forcing an MSN HTTP connection to connect to a new server. This is important for initial connections that receive an XFR for the NS, since it seems that happens all the time now. Fixes #6107.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 23 Jun 2008 04:10:46 +0000
parents 165546763e3a
children 7e16d193bb57
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Mon Jun 23 01:14:02 2008 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Mon Jun 23 04:10:46 2008 +0000
@@ -1082,7 +1082,7 @@
 	msn_servconn_set_connect_cb(swboard->servconn, connect_cb);
 	msn_servconn_set_disconnect_cb(swboard->servconn, disconnect_cb);
 
-	return msn_servconn_connect(swboard->servconn, host, port);
+	return msn_servconn_connect(swboard->servconn, host, port, FALSE);
 }
 
 void