]> jfr.im git - solanum.git/commitdiff
sslproc: Add missing break, still allowing zlib when ssl cannot be set up.
authorJilles Tjoelker <redacted>
Sun, 2 Mar 2014 20:58:38 +0000 (21:58 +0100)
committerJilles Tjoelker <redacted>
Sun, 2 Mar 2014 20:58:38 +0000 (21:58 +0100)
src/sslproc.c

index 51078fbf291013af2bd906e9eb78cc52fa899079..9ec6a792e11424a4822327de7cb45bec7d59d122 100644 (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;