]> git.ipfire.org Git - thirdparty/bind9.git/commit
Unify the naming for struct stub_glue_request
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Jul 2023 09:31:06 +0000 (11:31 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Jul 2023 10:34:03 +0000 (12:34 +0200)
commit57a568e8f9645a464e23d810c8536e4768c6eded
treeabc4cd17ba589c913ccde9261c68adfcce43aacc
parent8ff1729b661fa08948726f7f783f8e8ce03df9fd
Unify the naming for struct stub_glue_request

The stub_request_nameserver_address() used 'request' as name for
struct stub_glue_request leading to confusion between 'request'
(stub_glue_request) and 'request->request' (dns_request_t).

Unify the name to 'sgr' already used in struct stub_glue_response().
lib/dns/zone.c