Remove a call to dns_result_register() that was committed before it should

have been.
This commit is contained in:
Bob Halley 1999-06-16 23:10:44 +00:00
parent ee34b73efe
commit 5247117a5b

View file

@ -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);