mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
[master] Deconstify hook tables as replacing single entries is allowed
This commit is contained in:
@@ -247,7 +247,7 @@ log_noexistnodata(void *val, int level, const char *fmt, ...)
|
||||
|
||||
#ifdef NS_HOOKS_ENABLE
|
||||
|
||||
LIBNS_EXTERNAL_DATA const ns_hook_t *ns__hook_table = NULL;
|
||||
LIBNS_EXTERNAL_DATA ns_hook_t *ns__hook_table = NULL;
|
||||
|
||||
#define PROCESS_HOOK(...) \
|
||||
NS_PROCESS_HOOK(ns__hook_table, __VA_ARGS__)
|
||||
|
Reference in New Issue
Block a user