From 79b594e99c7d99515335c8c1016681f13ad44e74 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 27 Mar 2016 22:19:57 +0200 Subject: [PATCH] Disable bughuntmode for tests --- conninode_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/conninode_test.cpp b/conninode_test.cpp index 165c096..a2f9791 100644 --- a/conninode_test.cpp +++ b/conninode_test.cpp @@ -1,6 +1,7 @@ #include "conninode.cpp" local_addr *local_addrs = NULL; +bool bughuntmode = false; int main() { if (!addprocinfo("testfiles/proc_net_tcp")) {