ssld: cipher commands don't have any fds
This commit is contained in:
parent
7da82465a8
commit
9e98a842e3
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ mod_process_cmd_recv(mod_ctl_t * ctl)
|
|||
}
|
||||
case 'C':
|
||||
{
|
||||
if (ctl_buf->nfds != 2 || ctl_buf->buflen != 5)
|
||||
if (ctl_buf->buflen != 5)
|
||||
{
|
||||
cleanup_bad_message(ctl, ctl_buf);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue