2
0
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:
Ondřej Surý
2020-08-13 17:55:38 +02:00
parent dd29e2550c
commit 915616a34e
5 changed files with 8 additions and 2 deletions

View File

@@ -24,8 +24,6 @@
#include <dirent.h>
bool debug = false;
static void
test_all_from(const char *dirname) {
DIR *dirp;