From: Mark Andrews Date: Tue, 2 Mar 2004 01:40:44 +0000 (+0000) Subject: checkowner had wrong type and class X-Git-Tag: v9.4.0~81 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d970376259dc8107fb356d3d019e49f8cb82597c;p=thirdparty%2Fbind9.git checkowner had wrong type and class --- diff --git a/lib/dns/rdata/in_1/px_26.c b/lib/dns/rdata/in_1/px_26.c index 781a5de93cb..9f87bd2930b 100644 --- a/lib/dns/rdata/in_1/px_26.c +++ b/lib/dns/rdata/in_1/px_26.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: px_26.c,v 1.37 2004/02/27 20:41:50 marka Exp $ */ +/* $Id: px_26.c,v 1.38 2004/03/02 01:40:44 marka Exp $ */ /* Reviewed: Mon Mar 20 10:44:27 PST 2000 */ @@ -347,8 +347,8 @@ digest_in_px(ARGS_DIGEST) { static inline isc_boolean_t checkowner_in_px(ARGS_CHECKOWNER) { - REQUIRE(type == 250); - REQUIRE(rdclass == 255); + REQUIRE(type == 26); + REQUIRE(rdclass == 1); UNUSED(name); UNUSED(type);