diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-24 09:59:55 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-24 09:59:55 +0000 |
commit | b26090cbc1f62fe671276170c646585c9f1bde88 (patch) | |
tree | 5be289757f04bca4067d95bb0a5f1b430c5aa40c | |
parent | 1885dbbd49414bf51885eb9eec436e66bb1171e6 (diff) |
do not print deprecation message
-rw-r--r-- | usr.sbin/bind/bin/dig/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/bin/dig/nslookup.c b/usr.sbin/bind/bin/dig/nslookup.c index 863469b327a..1126149d7ba 100644 --- a/usr.sbin/bind/bin/dig/nslookup.c +++ b/usr.sbin/bind/bin/dig/nslookup.c @@ -62,7 +62,7 @@ extern isc_task_t *global_task; extern char *progname; static isc_boolean_t short_form = ISC_TRUE, - tcpmode = ISC_FALSE, deprecation_msg = ISC_TRUE, + tcpmode = ISC_FALSE, deprecation_msg = ISC_FALSE, identify = ISC_FALSE, stats = ISC_TRUE, comments = ISC_TRUE, section_question = ISC_TRUE, section_answer = ISC_TRUE, section_authority = ISC_TRUE, |