diff options
Diffstat (limited to 'src/child.c')
-rw-r--r-- | src/child.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/child.c b/src/child.c index fefffa6..2c4dc22 100644 --- a/src/child.c +++ b/src/child.c @@ -200,6 +200,7 @@ static void child_main (struct child_s *ptr) } ptr->connects = 0; + srand(time(NULL)); /* * We have to wait for connections on multiple fds, |