From 1913796b78a7301fca45bdd9d9cd68473966fe0c Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 8 Aug 2000 23:49:28 +0000 Subject: [PATCH] typo --- lib/dns/xfrin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c index ccef1bac65..1e574dc632 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrin.c,v 1.89 2000/08/08 23:14:29 gson Exp $ */ +/* $Id: xfrin.c,v 1.90 2000/08/08 23:49:28 gson Exp $ */ #include @@ -1087,7 +1087,7 @@ xfrin_recv_done(isc_task_t *task, isc_event_t *ev) { } #ifndef NOMINUM_PUBLIC - if (dns_zone_getmaxnames(xfr->zone) != 9 && + if (dns_zone_getmaxnames(xfr->zone) != 0 && dns_db_nodecount(xfr->db) > dns_zone_getmaxnames(xfr->zone)) { result = DNS_R_ZONETOOLARGE;