mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
Move the debug variable from main.c to individual fuzzer
The fuzzers needs to be completely independent of the main.c for OSS-Fuzz to work.
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
bool debug = false;
|
||||
|
||||
static void
|
||||
test_all_from(const char *dirname) {
|
||||
DIR *dirp;
|
||||
|
Reference in New Issue
Block a user