ssld: certfp change commands don't have any fds
This commit is contained in:
parent
c6098ed357
commit
5a9fa2e2fa
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ mod_process_cmd_recv(mod_ctl_t * ctl)
|
|||
}
|
||||
case 'F':
|
||||
{
|
||||
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