mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 13:12:04 -04:00
set badcookie not besteffort
This commit is contained in:
parent
a32ca13d12
commit
80a51d24ea
1 changed files with 1 additions and 1 deletions
|
|
@ -825,7 +825,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
|
|||
switch (cmd[1]) {
|
||||
case 'a':/* badcookie */
|
||||
FULLCHECK("badcookie");
|
||||
lookup->besteffort = state;
|
||||
lookup->badcookie = state;
|
||||
break;
|
||||
case 'e':/* besteffort */
|
||||
FULLCHECK("besteffort");
|
||||
|
|
|
|||
Loading…
Reference in a new issue