mirror of
https://github.com/monero-project/monero.git
synced 2025-12-07 21:30:52 -08:00
fuzz_tests: fix init check in oss-fuzz mode
This commit is contained in:
@@ -56,7 +56,7 @@ extern "C" { \
|
||||
static bool first = true; \
|
||||
if (first) \
|
||||
{ \
|
||||
if (!init()) \
|
||||
if (init()) \
|
||||
return 1; \
|
||||
first = false; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user