ssld: certfp change commands don't have any fds

This commit is contained in:
Simon Arlott 2016-04-23 20:46:26 +01:00
parent c6098ed357
commit 5a9fa2e2fa
No known key found for this signature in database
GPG Key ID: C8975F2043CA5D24
1 changed files with 1 additions and 1 deletions

View File

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