Remove a call to dns_result_register() that was committed before it should
have been.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user