diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-23 13:10:10 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-23 13:10:10 +0000 |
commit | abeb122d6e447f03be252094e857bf6d5611de19 (patch) | |
tree | 2c02436c62314dd4e47682f80970ed6f7507b73a /src/os/unix/ngx_posix_init.c | |
parent | 73c80d82c1c7c1e8f1eb416ed378a2d541c9675b (diff) | |
download | nginx-abeb122d6e447f03be252094e857bf6d5611de19.tar.gz nginx-abeb122d6e447f03be252094e857bf6d5611de19.zip |
APOP
Diffstat (limited to 'src/os/unix/ngx_posix_init.c')
-rw-r--r-- | src/os/unix/ngx_posix_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c index a44a89cb8..4844ae52f 100644 --- a/src/os/unix/ngx_posix_init.c +++ b/src/os/unix/ngx_posix_init.c @@ -61,6 +61,8 @@ ngx_os_init(ngx_log_t *log) ngx_inherited_nonblocking = 0; #endif + srandom(ngx_time()); + return NGX_OK; } |