From 25984f203b18ce36aabae431797266e44e9a3ba0 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 23 Nov 2006 19:46:09 +0100 Subject: Fixed me. ;-) This seems to be correct already. --- protocols/jabber/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/jabber/io.c b/protocols/jabber/io.c index 1039bb87..f05cc93d 100644 --- a/protocols/jabber/io.c +++ b/protocols/jabber/io.c @@ -168,7 +168,7 @@ static gboolean jabber_read_callback( gpointer data, gint fd, b_input_condition if( !xt_handle( jd->xt, NULL, 1 ) ) { /* Don't do anything, the handlers should have - aborted the connection already... Or not? FIXME */ + aborted the connection already. */ return FALSE; } -- cgit v1.2.3