Merge pull request #618 from orium/server-command-password-fix
Fix issue with /server command
This commit is contained in:
commit
44a88fc1ab
|
@ -3249,6 +3249,7 @@ cmd_server (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
|||
if (*pass)
|
||||
{
|
||||
safe_strcpy (serv->password, pass, sizeof (serv->password));
|
||||
serv->loginmethod = LOGIN_PASS;
|
||||
}
|
||||
#ifdef USE_OPENSSL
|
||||
serv->use_ssl = use_ssl;
|
||||
|
|
Loading…
Reference in New Issue