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

set badcookie not besteffort

This commit is contained in:
Mark Andrews
2015-07-21 15:15:14 +10:00
parent a32ca13d12
commit 80a51d24ea

View File

@@ -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");