diff options
-rw-r--r-- | protocols/jabber/s5bytestream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/jabber/s5bytestream.c b/protocols/jabber/s5bytestream.c index a8137271..6759b78b 100644 --- a/protocols/jabber/s5bytestream.c +++ b/protocols/jabber/s5bytestream.c @@ -568,7 +568,6 @@ gboolean jabber_bs_recv_handshake_abort( struct bs_transfer *bt, char *error ) imcb_file_canceled( tf->ic, tf->ft, "couldn't connect to any streamhosts" ); - bt->tf->watch_in = 0; /* MUST always return FALSE! */ return FALSE; } |