# HG changeset patch # User Sean Egan # Date 1152554891 0 # Node ID b14fdab68eacd0ad38359b8d7c8349c2150900e1 # Parent 46be62b128c7560f96c2e9b9430ff01ad0818f59 [gaim-migrate @ 16478] It would be wise to fix the comments committer: Tailor Script diff -r 46be62b128c7 -r b14fdab68eac src/protocols/jabber/jabber.c --- a/src/protocols/jabber/jabber.c Mon Jul 10 18:02:48 2006 +0000 +++ b/src/protocols/jabber/jabber.c Mon Jul 10 18:08:11 2006 +0000 @@ -919,8 +919,9 @@ { JabberStream *js = gc->proto_data; - /* If using OpenSSL, don't perform any actions on the ssl connection - * if we were forcibly disconnected because it will crash. -- evands + /* Don't perform any actions on the ssl connection + * if we were forcibly disconnected because it will crash + * on some SSL backends. */ if (!gc->disconnect_timeout) jabber_send_raw(js, "", -1);