--- bind-9.2.1/lib/dns/rdataslab.c.orig	Tue Jan  9 16:51:25 2001
+++ bind-9.2.1/lib/dns/rdataslab.c	Mon Jul  1 22:49:19 2002
@@ -111,14 +111,14 @@
 	/*
 	 * Ensure that singleton types are actually singletons.
 	 */
-	if (nitems > 1 && dns_rdatatype_issingleton(rdataset->type)) {
+	/* if (nitems > 1 && dns_rdatatype_issingleton(rdataset->type)) { */
 		/*
 		 * We have a singleton type, but there's more than one
 		 * RR in the rdataset.
 		 */
-		result = DNS_R_SINGLETON;
+		/* result = DNS_R_SINGLETON;
 		goto free_rdatas;
-	}
+	} */
 
 	/*
 	 * Allocate the memory, set up a buffer, start copying in
@@ -310,13 +310,13 @@
 	/*
 	 * Ensure that singleton types are actually singletons.
 	 */
-	if (tcount > 1 && dns_rdatatype_issingleton(type)) {
+	/* if (tcount > 1 && dns_rdatatype_issingleton(type)) { */
 		/*
 		 * We have a singleton type, but there's more than one
 		 * RR in the rdataset.
 		 */
-		return (DNS_R_SINGLETON);
-	}
+		/* return (DNS_R_SINGLETON);
+	} */
 
 	/*
 	 * Copy the reserved area from the new slab.

