]> git.ipfire.org Git - thirdparty/unbound.git/commit
Fixes for dns64 readability refactoring:
authorGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 17 Oct 2023 13:00:07 +0000 (15:00 +0200)
committerGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 18 Oct 2023 10:03:40 +0000 (12:03 +0200)
commitdd086e5bfd81080596112e02294d4d202ea9d69f
tree0f51055ecf045f0dfa4119b601921a4cb0b10a12
parent213bb7c6ed29a401c678403e2162263766fa8269
Fixes for dns64 readability refactoring:
- Move declarations to the top for C90 compliance.
- Save cycles by not calling (yet) unneeded functions.
- Possible use of uninitialised value.
- Consistent formatting.
dns64/dns64.c