mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
sslproc: Add missing break, still allowing zlib when ssl cannot be set up.
This commit is contained in:
parent
0e717d8eb4
commit
f1709d5ac8
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ ssl_process_cmd_recv(ssl_ctl_t * ctl)
|
|||
ssl_ok = 0;
|
||||
ilog(L_MAIN, "%s", cannot_setup_ssl);
|
||||
sendto_realops_snomask(SNO_GENERAL, L_ALL, "%s", cannot_setup_ssl);
|
||||
break;
|
||||
case 'U':
|
||||
zlib_ok = 0;
|
||||
ssl_ok = 0;
|
||||
|
|
Loading…
Reference in a new issue