mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:22:05 -04:00
typo
This commit is contained in:
parent
efadda9a7b
commit
1913796b78
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue