]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix hookasyncctx renaming
authorColin Vidal <colin@isc.org>
Sun, 28 Sep 2025 20:37:33 +0000 (22:37 +0200)
committerColin Vidal <colin@isc.org>
Sun, 28 Sep 2025 20:41:32 +0000 (22:41 +0200)
commitcecb03d6db0a672f451cb30dbc21d60a8a38c1b2
tree0a59445bca15138c1a7d89f024a4f22a8b2aafab
parent5c53695bf32f5ba29e863de523a13c5a10e0f2c9
fix hookasyncctx renaming

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`
lib/ns/include/ns/query.h
lib/ns/query.c
tests/ns/query_test.c