0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-06 02:28:38 +02:00

sslproc: Add missing break, still allowing zlib when ssl cannot be set up.

This commit is contained in:
Jilles Tjoelker 2014-03-02 21:58:38 +01:00
parent 0e717d8eb4
commit f1709d5ac8

View file

@ -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;