pidgin: 941bac4e: Setting handled=TRUE will call _handle_n...

qulogic at pidgin.im qulogic at pidgin.im
Tue Jan 4 23:50:52 EST 2011


----------------------------------------------------------------------
Revision: 941bac4e5a9161bba3b54d3824ac5dea8b228a83
Parent:   02492bf7b7b76b4c3f35457232682841eced2f18
Author:   qulogic at pidgin.im
Date:     01/04/11 20:56:45
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/941bac4e5a9161bba3b54d3824ac5dea8b228a83

Changelog: 

Setting handled=TRUE will call _handle_next at the end of the function
so there's no need to call it here.

Changes against parent 02492bf7b7b76b4c3f35457232682841eced2f18

  patched  libpurple/protocols/msn/soap.c

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/soap.c	78fc67e20c1bb672e372557fad66498c7174b6c2
+++ libpurple/protocols/msn/soap.c	098ccc0768bbd404f9e30b5c1318c7afafda013d
@@ -381,7 +381,6 @@ msn_soap_process(MsnSoapConnection *conn
 					/* something horribly wrong */
 					purple_ssl_close(conn->ssl);
 					conn->ssl = NULL;
-					msn_soap_connection_handle_next(conn);
 					handled = TRUE;
 					break;
 				} else if (conn->response_code == 503 && conn->session->login_step < MSN_LOGIN_STEP_END) {


More information about the Commits mailing list