+2218. [bug] Remove unnecessary REQUIRE from dns_validator_create().
+ [RT #16976]
+
2217. [func] Adjust update log levels. [RT #17092]
2216. [cleanup] Fix a number of errors reported by Coverity.
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: validator.c,v 1.152 2007/06/18 23:47:41 tbox Exp $ */
+/* $Id: validator.c,v 1.153 2007/08/27 04:36:54 marka Exp $ */
#include <config.h>
dns_validatorevent_t *event;
REQUIRE(name != NULL);
- REQUIRE(type != 0);
REQUIRE(rdataset != NULL ||
(rdataset == NULL && sigrdataset == NULL && message != NULL));
REQUIRE(validatorp != NULL && *validatorp == NULL);