diff options
author | 2003-01-24 09:59:54 +0000 | |
---|---|---|
committer | 2003-01-24 09:59:54 +0000 | |
commit | 989b58a3ccf39c09900115593e80e987d1424983 (patch) | |
tree | acd91c24e5c3494ce6eb0ec55281427c5f4782ba | |
parent | Convert m88k pmap from physseg to VM_PAGE_MD. (diff) | |
download | wireguard-openbsd-989b58a3ccf39c09900115593e80e987d1424983.tar.xz wireguard-openbsd-989b58a3ccf39c09900115593e80e987d1424983.zip |
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, |