diff --git a/lib/dns/message.c b/lib/dns/message.c index 8908b16e90..e10bd1a02a 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.c,v 1.140 2000/08/14 18:13:10 bwelling Exp $ */ +/* $Id: message.c,v 1.141 2000/08/21 22:41:13 bwelling Exp $ */ /*** *** Imports @@ -986,15 +986,6 @@ getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx) goto cleanup; } - /* - * If this is a type that cannot occur in a question section, - * return failure. - */ - if (dns_rdatatype_notquestion(rdtype)) { - result = DNS_R_FORMERR; - goto cleanup; - } - /* * Can't ask the same question twice. */