aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-07-29 00:44:58 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-07-29 00:44:58 +0100
commit718e05f842c1af043eb4efded8b0afe429377f70 (patch)
tree27d78b95d34e42e0d7ca1ab01728fa1cffaecbbe
parent6a78c0eed44820a2fefe1e96516e335eddc9c70b (diff)
ext_yahoo_error() shouldn't close the connection if the error is fatal,
the caller will do it already.
-rw-r--r--protocols/yahoo/yahoo.c3
1 files changed, 0 insertions, 3 deletions
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 */