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

View file

@ -1016,7 +1016,7 @@ mod_process_cmd_recv(mod_ctl_t * ctl)
} }
case 'F': case 'F':
{ {
if (ctl_buf->nfds != 2 || ctl_buf->buflen != 5) if (ctl_buf->buflen != 5)
{ {
cleanup_bad_message(ctl, ctl_buf); cleanup_bad_message(ctl, ctl_buf);
break; break;