summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c
index aed8374..d2c0635 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -258,6 +258,9 @@ static void * server_mainloop( void * args ) {
258#endif 258#endif
259 if( !ws.inbuf || !ws.outbuf ) 259 if( !ws.inbuf || !ws.outbuf )
260 panic( "Initializing worker failed" ); 260 panic( "Initializing worker failed" );
261 ws.rand48_state[0] = (uint16_t)random();
262 ws.rand48_state[1] = (uint16_t)random();
263 ws.rand48_state[2] = (uint16_t)random();
261 264
262 for( ; ; ) { 265 for( ; ; ) {
263 int64 sock; 266 int64 sock;