mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 10:39:16 +00:00
maila/mailb are only allowed as questions, too
This commit is contained in:
parent
fa018cb51f
commit
5d4660ccb5
@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: gen.c,v 1.35 2000/04/14 22:42:24 explorer Exp $ */
|
/* $Id: gen.c,v 1.36 2000/04/14 22:59:00 explorer Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -628,13 +628,13 @@ main(int argc, char **argv) {
|
|||||||
break;
|
break;
|
||||||
case 253:
|
case 253:
|
||||||
printf("\t{ \"MAILB\", "
|
printf("\t{ \"MAILB\", "
|
||||||
"DNS_RDATATYPEATTR_META }%s\n",
|
METAQUESTIONONLY " }%s\n",
|
||||||
PRINT_COMMA(i));
|
PRINT_COMMA(i));
|
||||||
special = 1;
|
special = 1;
|
||||||
break;
|
break;
|
||||||
case 254:
|
case 254:
|
||||||
printf("\t{ \"MAILA\", "
|
printf("\t{ \"MAILA\", "
|
||||||
"DNS_RDATATYPEATTR_META }%s\n",
|
METAQUESTIONONLY " }%s\n",
|
||||||
PRINT_COMMA(i));
|
PRINT_COMMA(i));
|
||||||
special = 1;
|
special = 1;
|
||||||
break;
|
break;
|
||||||
|
@ -899,7 +899,7 @@ getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx)
|
|||||||
result = DNS_R_FORMERR;
|
result = DNS_R_FORMERR;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Can't ask the same question twice.
|
* Can't ask the same question twice.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user