mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-24 02:59:43 -04:00
The field `ns_hookasync_t` was initially named `hook_actx` and wrongly renamed `hook_aclctx` during a mass-renaming of various names for the config acl context into a consistent `aclctx` name (see !11003). Of course this is wrong as `ns_hookasync_t` has nothing to do with ACL but about _async_ context. This commit fixes the mistake by renaming this field `hookasyncctx` |
||
|---|---|---|
| .. | ||
| include | ||
| .gitignore | ||
| client.c | ||
| hooks.c | ||
| interfacemgr.c | ||
| listenlist.c | ||
| meson.build | ||
| notify.c | ||
| probes-ns.d | ||
| query.c | ||
| server.c | ||
| stats.c | ||
| tests | ||
| update.c | ||
| xfrout.c | ||