diff options
Diffstat (limited to 'bin/dig/nslookup.c')
-rw-r--r-- | bin/dig/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index d3237fa5dc2e..30591dc556fd 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -585,7 +585,7 @@ version(void) { static void setoption(char *opt) { - if (strncasecmp(opt, "all", 4) == 0) { + if (strncasecmp(opt, "all", 3) == 0) { show_settings(ISC_TRUE, ISC_FALSE); } else if (strncasecmp(opt, "class=", 6) == 0) { if (testclass(&opt[6])) |