]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor sdlz to use name instead of pointer to name
authorAlessio Podda <alessio@isc.org>
Wed, 16 Jul 2025 11:11:21 +0000 (13:11 +0200)
committerAlessio Podda <alessio@isc.org>
Thu, 7 Aug 2025 09:44:18 +0000 (11:44 +0200)
commit4a8f77e483e050af725d701fcea39bb261d88552
tree5b871ef5e3efe3230b2af68064bdbdd866d7acf5
parent723439908acb4522274184b49428c86551bd2937
Refactor sdlz to use name instead of pointer to name

Right now dns_sdlzlookup has a slight difference from other dbnode
implementations in that it stores a pointer to a dns name instead of
the dns name itself.

This commit harmonizes dns_sdlzlookup with other dbnode
implementations, facilitating further refactoring.
lib/dns/sdlz.c