diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-11-23 19:46:09 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-11-23 19:46:09 +0100 |
commit | 25984f203b18ce36aabae431797266e44e9a3ba0 (patch) | |
tree | f5fa80136130d5375ee2931f7fbc99838e81fd56 /protocols/jabber/io.c | |
parent | 9bcbe48c6e8a3ab80e498b78b486c0e7cb3466fd (diff) |
Fixed me. ;-) This seems to be correct already.
Diffstat (limited to 'protocols/jabber/io.c')
-rw-r--r-- | protocols/jabber/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |