From: Mark Andrews Date: Mon, 31 Jan 2022 06:35:00 +0000 (+1100) Subject: Remove spurious 'debugging = true;' X-Git-Tag: v9.19.0~133^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c068c3c771926a2d64be6aa1a7e4f8673101357c;p=thirdparty%2Fbind9.git Remove spurious 'debugging = true;' This appears to be left over from the developement phase while adding reference counting to the lookup structure. --- diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index 95c07673652..d5ce6f79008 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -621,8 +621,6 @@ static void setoption(char *opt) { size_t l = strlen(opt); - debugging = true; - #define CHECKOPT(A, N) \ ((l >= N) && (l < sizeof(A)) && (strncasecmp(opt, A, l) == 0))