]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove spurious 'debugging = true;'
authorMark Andrews <marka@isc.org>
Mon, 31 Jan 2022 06:35:00 +0000 (17:35 +1100)
committerEvan Hunt <each@isc.org>
Mon, 31 Jan 2022 21:55:00 +0000 (13:55 -0800)
This appears to be left over from the developement phase while
adding reference counting to the lookup structure.

bin/dig/nslookup.c

index 95c0767365286724f51a3973b1335b343f59a27d..d5ce6f79008b7d6065496cce1b4cc16e41163726 100644 (file)
@@ -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))