mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
parent
c9c8993b9d
commit
e47dd3eb89
@ -3251,6 +3251,11 @@ cmd_server (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
|||||||
safe_strcpy (serv->password, pass, sizeof (serv->password));
|
safe_strcpy (serv->password, pass, sizeof (serv->password));
|
||||||
serv->loginmethod = LOGIN_PASS;
|
serv->loginmethod = LOGIN_PASS;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
serv->password[0] = 0;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
serv->use_ssl = use_ssl;
|
serv->use_ssl = use_ssl;
|
||||||
serv->accept_invalid_cert = TRUE;
|
serv->accept_invalid_cert = TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user