make buildbot happy

0.96
Tomasz Kojm 16 years ago
parent 53e8cd6f12
commit 7037f4ee92
  1. 2
      libclamav/others.c

@ -263,7 +263,7 @@ int cl_init(unsigned int initoptions)
cli_rarload();
}
gettimeofday(&tv, (struct timezone *) 0);
srand(pid + tv.tv_usec*++pid + clock());
srand(pid + tv.tv_usec*(pid+1) + clock());
return CL_SUCCESS;
}

Loading…
Cancel
Save