mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
Removing unnecessary call to seed prng for fuzz testing
This commit is contained in:
parent
1609be8fcd
commit
0687d3e0fb
@ -14,7 +14,6 @@
|
||||
#include <ncurses/term.h>
|
||||
#include <dirent.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <h2o.h>
|
||||
#include <curl/curl.h>
|
||||
#include <argon2.h>
|
||||
@ -677,10 +676,6 @@ main(c3_i argc,
|
||||
printf("boot: running as daemon\n");
|
||||
}
|
||||
|
||||
// Seed prng. Don't panic -- just for fuzz testing.
|
||||
//
|
||||
srand(getpid());
|
||||
|
||||
// Instantiate process globals.
|
||||
{
|
||||
/* Boot the image and checkpoint. Set flags.
|
||||
|
Loading…
Reference in New Issue
Block a user