aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/ns.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-04 18:13:55 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-04 18:13:55 +0100
commit27053b516db4d0e648d666e6d9e36856af428775 (patch)
treee8e801bdec602f5e21acc5cfe08e338f9d99c9ff /protocols/msn/ns.c
parent4aa8a046968bff0a08dc5ae96e228861fa21fcbe (diff)
Finish re-authentication works. Should now work for OIMs as well.
Diffstat (limited to 'protocols/msn/ns.c')
-rw-r--r--protocols/msn/ns.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c
index 401461b2..d64a71ac 100644
--- a/protocols/msn/ns.c
+++ b/protocols/msn/ns.c
@@ -274,11 +274,6 @@ static int msn_ns_command( struct msn_handler_data *handler, char **cmd, int num
g_free( md->pp_policy );
md->pp_policy = g_strdup( cmd[4] );
msn_soap_passport_sso_request( ic, cmd[5] );
- if( handler == md->auth )
- {
- msn_ns_close( md->auth );
- return 0;
- }
}
else if( strcmp( cmd[2], "OK" ) == 0 )
{