mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
ns_omapi_init now takes no parameters
This commit is contained in:
@@ -319,7 +319,7 @@ setup() {
|
||||
|
||||
ns_server_create(ns_g_mctx, &ns_g_server);
|
||||
|
||||
result = ns_omapi_init(ns_g_mctx);
|
||||
result = ns_omapi_init();
|
||||
if (result != ISC_R_SUCCESS)
|
||||
ns_main_earlyfatal("omapi_lib_init() failed: %s",
|
||||
isc_result_totext(result));
|
||||
|
Reference in New Issue
Block a user