add class

This commit is contained in:
Bob Halley 1999-04-20 22:27:27 +00:00
parent 349bc6f0fb
commit 1e4a63c406

View file

@ -337,7 +337,8 @@ main(int argc, char *argv[]) {
dns_name_t *origin;
RUNTIME_CHECK(isc_mem_create(0, 0, &mctx) == ISC_R_SUCCESS);
RUNTIME_CHECK(dns_dbtable_create(mctx, &dbtable) == DNS_R_SUCCESS);
RUNTIME_CHECK(dns_dbtable_create(mctx, dns_rdataclass_in, &dbtable) ==
DNS_R_SUCCESS);
strcpy(dbtype, "rbt");
while ((ch = getopt(argc, argv, "c:d:t:z:P:gpqvT")) != -1) {