Mercurial > pidgin
changeset 31091:bc27c845a48f
Setting handled=TRUE will call _handle_next at the end of the function
so there's no need to call it here.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Wed, 05 Jan 2011 01:56:45 +0000 |
| parents | b3a54678e51a |
| children | fe35df9a5af4 |
| files | libpurple/protocols/msn/soap.c |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) {
