mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
add class
This commit is contained in:
parent
349bc6f0fb
commit
1e4a63c406
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue