]> jfr.im git - solanum.git/commitdiff
ssld: certfp change commands don't have any fds
authorSimon Arlott <sa.me.uk>
Sat, 23 Apr 2016 19:46:26 +0000 (20:46 +0100)
committerSimon Arlott <sa.me.uk>
Sat, 23 Apr 2016 19:46:26 +0000 (20:46 +0100)
ssld/ssld.c

index 226ee8fac1db59f43442c227d4d59737826ea285..43b55738aa6d7d3b40f20d9cd23c00e901a8adc7 100644 (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;