diff options
Diffstat (limited to 'src/child.c')
-rw-r--r-- | src/child.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/child.c b/src/child.c index 96864b1..b220da3 100644 --- a/src/child.c +++ b/src/child.c @@ -91,8 +91,6 @@ void child_main_loop (void) childs = sblist_new(sizeof (struct child*), config->maxclients); - loop_records_init(); - for (i = 0; i < nfds; i++) { int *fd = (int *) vector_getentry(listen_fds, i, NULL); fds[i].fd = *fd; |