mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
dns_buildnxt -> dns_nxt_build
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -170,7 +170,7 @@ nxtify(char *filename) {
|
|||||||
target = NULL; /* Make compiler happy. */
|
target = NULL; /* Make compiler happy. */
|
||||||
fatal("db iteration failed");
|
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);
|
dns_db_detachnode(db, &node);
|
||||||
node = nextnode;
|
node = nextnode;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user