From 718e05f842c1af043eb4efded8b0afe429377f70 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 29 Jul 2008 00:44:58 +0100 Subject: ext_yahoo_error() shouldn't close the connection if the error is fatal, the caller will do it already. --- protocols/yahoo/yahoo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols') diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index 197d76a1..8d9e95d8 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -664,9 +664,6 @@ void ext_yahoo_error( int id, const char *err, int fatal, int num ) struct im_connection *ic = byahoo_get_ic_by_id( id ); imcb_error( ic, "%s", err ); - - if( fatal ) - imc_logout( ic, TRUE ); } /* TODO: Clear up the mess of inp and d structures */ -- cgit v1.2.3