2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +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]) { switch (cmd[1]) {
case 'a':/* badcookie */ case 'a':/* badcookie */
FULLCHECK("badcookie"); FULLCHECK("badcookie");
lookup->besteffort = state; lookup->badcookie = state;
break; break;
case 'e':/* besteffort */ case 'e':/* besteffort */
FULLCHECK("besteffort"); FULLCHECK("besteffort");