Mercurial > pidgin
changeset 13942:b14fdab68eac
[gaim-migrate @ 16478]
It would be wise to fix the comments
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 10 Jul 2006 18:08:11 +0000 |
parents | 46be62b128c7 |
children | 25be562aaca8 |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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, "</stream:stream>", -1);