mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
added ISC_RESULTCLASS_OMAPI
This commit is contained in:
@@ -83,6 +83,9 @@ ns_log_init(void) {
|
||||
goto cleanup;
|
||||
isc_log_registermodules(ns_g_lctx, ns_g_modules);
|
||||
result = dns_log_init(ns_g_lctx);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto cleanup;
|
||||
result = isc_log_usecontext(ns_g_lctx);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto cleanup;
|
||||
|
||||
|
Reference in New Issue
Block a user