compare: a REQUIRE() was comparing a variable against itself not agaist the
other arguement as it should have been.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: null_10.c,v 1.35 2001/07/16 03:06:22 marka Exp $ */
+/* $Id: null_10.c,v 1.35.2.1 2001/09/11 01:09:06 gson Exp $ */
/* Reviewed: Thu Mar 16 13:57:50 PST 2000 by explorer */
isc_region_t r1;
isc_region_t r2;
- REQUIRE(rdata1->type == rdata1->type);
+ REQUIRE(rdata1->type == rdata2->type);
REQUIRE(rdata1->rdclass == rdata2->rdclass);
REQUIRE(rdata1->type == 10);
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: unspec_103.c,v 1.28 2001/07/16 03:06:35 marka Exp $ */
+/* $Id: unspec_103.c,v 1.28.2.1 2001/09/11 01:09:07 gson Exp $ */
#ifndef RDATA_GENERIC_UNSPEC_103_C
#define RDATA_GENERIC_UNSPEC_103_C
isc_region_t r1;
isc_region_t r2;
- REQUIRE(rdata1->type == rdata1->type);
+ REQUIRE(rdata1->type == rdata2->type);
REQUIRE(rdata1->rdclass == rdata2->rdclass);
REQUIRE(rdata1->type == 103);