diff options
| -rw-r--r-- | protocols/yahoo/yahoo.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index cdbfd24c..e7a7e749 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -447,6 +447,7 @@ void byahoo_connect_callback(gpointer data, gint source, b_input_condition cond)  	}  	if (source == -1) { +		d->callback(NULL, 0, d->data);  		imcb_error(ic, "Could not connect to server");  		imc_logout(ic, TRUE);  		g_free(d); | 
