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.30.4.2 2001/06/20 23:16:38 marka Exp $ */
+/* $Id: null_10.c,v 1.30.4.3 2001/09/11 01:09:35 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.24.4.1 2001/01/09 22:47:43 bwelling Exp $ */
+/* $Id: unspec_103.c,v 1.24.4.2 2001/09/11 01:09:36 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);