comparison src/os/unix/ngx_posix_init.c @ 800:887d8dec72dc

APOP
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Oct 2006 13:10:10 +0000
parents 3f8a2132b93d
children 201d017ea470
comparison
equal deleted inserted replaced
799:9737d6fb1ac6 800:887d8dec72dc
59 ngx_inherited_nonblocking = 1; 59 ngx_inherited_nonblocking = 1;
60 #else 60 #else
61 ngx_inherited_nonblocking = 0; 61 ngx_inherited_nonblocking = 0;
62 #endif 62 #endif
63 63
64 srandom(ngx_time());
65
64 return NGX_OK; 66 return NGX_OK;
65 } 67 }
66 68
67 69
68 void 70 void