2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

dns_buildnxt -> dns_nxt_build

This commit is contained in:
Brian Wellington
2000-09-15 21:40:39 +00:00
parent 75f393830d
commit 28e5aa3e6d

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nxtify.c,v 1.15 2000/08/01 01:13:07 tale Exp $ */
/* $Id: nxtify.c,v 1.16 2000/09/15 21:40:39 bwelling Exp $ */
#include <config.h>
@@ -170,7 +170,7 @@ nxtify(char *filename) {
target = NULL; /* Make compiler happy. */
fatal("db iteration failed");
}
dns_buildnxt(db, wversion, node, target, 3600); /* XXX BEW */
dns_nxt_build(db, wversion, node, target, 3600); /* XXX BEW */
dns_db_detachnode(db, &node);
node = nextnode;
}