nvmutil: remove redundant srand call

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-18 04:06:23 +00:00
parent 6be315cf04
commit 6b41b901ce

View File

@@ -252,8 +252,6 @@ main(int argc, char *argv[])
err(errno, "pledge (kill unveil)"); err(errno, "pledge (kill unveil)");
#endif #endif
srand((unsigned int)(time(NULL) ^ getpid()));
open_gbe_file(); open_gbe_file();
memset(f->buf, 0, GBE_BUF_SIZE); memset(f->buf, 0, GBE_BUF_SIZE);