# HG changeset patch # User Elliott Sales de Andrade # Date 1294192605 0 # Node ID bc27c845a48f29cffd43f470d2d760e4ea7091bb # Parent b3a54678e51ac3dbc9ce4524ea8b368d826f5528 Setting handled=TRUE will call _handle_next at the end of the function so there's no need to call it here. diff -r b3a54678e51a -r bc27c845a48f libpurple/protocols/msn/soap.c --- a/libpurple/protocols/msn/soap.c Tue Jan 04 23:43:40 2011 +0000 +++ b/libpurple/protocols/msn/soap.c Wed Jan 05 01:56:45 2011 +0000 @@ -381,7 +381,6 @@ /* 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) {