# HG changeset patch # User Richard Laager # Date 1139797364 0 # Node ID a587a6c6149cc6843e8f3db33176be38d525b212 # Parent b08f8f3c9197551c1a4520adb04a4591df72cffc [gaim-migrate @ 15629] Patch from Bj??rn Voigt This silences a warning when running intltool-update -m. committer: Tailor Script diff -r b08f8f3c9197 -r a587a6c6149c plugins/ssl/ssl-nss.c --- 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