mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
irc: fix variable name in function irc_server_connect when GnuTLS is disabled
This commit is contained in:
@@ -5073,7 +5073,7 @@ irc_server_connect (struct t_irc_server *server)
|
||||
NULL);
|
||||
}
|
||||
#else
|
||||
if (!server->fake_recv)
|
||||
if (!server->fake_server)
|
||||
{
|
||||
server->hook_connect = weechat_hook_connect (
|
||||
proxy,
|
||||
|
||||
Reference in New Issue
Block a user