From: <sea...@us...> - 2006-07-10 18:08:16
|
Revision: 16478 Author: seanegan Date: 2006-07-10 11:08:11 -0700 (Mon, 10 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16478&view=rev Log Message: ----------- It would be wise to fix the comments Modified Paths: -------------- trunk/src/protocols/jabber/jabber.c Modified: trunk/src/protocols/jabber/jabber.c =================================================================== --- trunk/src/protocols/jabber/jabber.c 2006-07-10 18:02:48 UTC (rev 16477) +++ trunk/src/protocols/jabber/jabber.c 2006-07-10 18:08:11 UTC (rev 16478) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |