changeset 13263:a587a6c6149c

[gaim-migrate @ 15629] Patch from Bj??rn Voigt This silences a warning when running intltool-update -m. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Feb 2006 02:22:44 +0000
parents b08f8f3c9197
children ed68ee2e8bab
files plugins/ssl/ssl-nss.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/ssl/ssl-nss.c	Sun Feb 12 23:59:30 2006 +0000
+++ b/plugins/ssl/ssl-nss.c	Mon Feb 13 02:22:44 2006 +0000
@@ -292,8 +292,9 @@
 	if(gsc->host)
 		SSL_SetURL(nss_data->in, gsc->host);
 
-#if 0 /* This seems like it'd the be the correct way to implement the nonblocking stuff,
-	 but it doesn't seem to work */
+#if 0
+	/* This seems like it'd the be the correct way to implement the
+	nonblocking stuff, but it doesn't seem to work */
 	SSL_HandshakeCallback(nss_data->in,
 		(SSLHandshakeCallback) ssl_nss_handshake_cb, gsc);
 #endif