2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Added documentation for dig's +unexpected command line option.

This commit is contained in:
Diego dos Santos Fronza
2019-08-01 12:16:10 -03:00
parent 3ef91562f1
commit bc53d68ae6
7 changed files with 60 additions and 2 deletions

View File

@@ -1674,7 +1674,7 @@ plus_option(char *option, bool is_batchfile,
switch (cmd[2]) {
case 'e':
FULLCHECK("unexpected");
lookup->accept_reply_unexpected_src = true;
lookup->accept_reply_unexpected_src = state;
break;
case 'k':
FULLCHECK("unknownformat");