0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 21:59:02 +02:00

ssld: cipher commands don't have any fds

This commit is contained in:
Simon Arlott 2016-04-23 22:46:25 +01:00
parent 7da82465a8
commit 9e98a842e3
No known key found for this signature in database
GPG key ID: C8975F2043CA5D24

View file

@ -1000,7 +1000,7 @@ mod_process_cmd_recv(mod_ctl_t * ctl)
} }
case 'C': case 'C':
{ {
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;