1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Fix bug with IRC SSL server option

This commit is contained in:
Sebastien Helleu
2009-01-15 16:27:08 +01:00
parent 18a62f1dac
commit 19598c4e13
+1 -1
View File
@@ -2175,7 +2175,7 @@ irc_server_connect (struct t_irc_server *server)
}
#ifndef HAVE_GNUTLS
if (weechat_config_boolean (IRC_SERVER_OPTION_BOOLEAN(server, IRC_SERVER_OPTION_SSL)))
if (IRC_SERVER_OPTION_BOOLEAN(server, IRC_SERVER_OPTION_SSL))
{
weechat_printf (server->buffer,
_("%s%s: cannot connect with SSL because WeeChat "