sslproc: return after calling free_ssl_daemon() when in sandbox ipc service routine
This commit is contained in:
parent
ca372c23c9
commit
7cc67225cb
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ ssl_process_cmd_recv(ssl_ctl_t * ctl)
|
||||||
ilog(L_MAIN, "%s", no_ssl_or_zlib);
|
ilog(L_MAIN, "%s", no_ssl_or_zlib);
|
||||||
sendto_realops_snomask(SNO_GENERAL, L_ALL, "%s", no_ssl_or_zlib);
|
sendto_realops_snomask(SNO_GENERAL, L_ALL, "%s", no_ssl_or_zlib);
|
||||||
ssl_killall();
|
ssl_killall();
|
||||||
break;
|
return;
|
||||||
case 'V':
|
case 'V':
|
||||||
len = ctl_buf->buflen - 1;
|
len = ctl_buf->buflen - 1;
|
||||||
if (len > sizeof(ctl->version) - 1)
|
if (len > sizeof(ctl->version) - 1)
|
||||||
|
|
Loading…
Reference in a new issue