mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
Remove a call to dns_result_register() that was committed before it should
have been.
This commit is contained in:
parent
ee34b73efe
commit
5247117a5b
1 changed files with 0 additions and 2 deletions
|
|
@ -337,8 +337,6 @@ main(int argc, char *argv[]) {
|
|||
dns_name_t *origin;
|
||||
size_t memory_quota = 0;
|
||||
|
||||
dns_result_register();
|
||||
|
||||
RUNTIME_CHECK(isc_mem_create(0, 0, &mctx) == ISC_R_SUCCESS);
|
||||
RUNTIME_CHECK(dns_dbtable_create(mctx, dns_rdataclass_in, &dbtable) ==
|
||||
DNS_R_SUCCESS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue