Files
bind9/lib
Michał Kępień fe526c3e57 Extract code preparing a delegation response to a separate function
Changes introduced by the previous two commits make the parts of
query_delegation() and query_zone_delegation() which prepare a
delegation response functionally equivalent.  Extract this code into a
separate function, query_prepare_delegation_response(), and then call
the latter from both query_delegation() and query_zone_delegation() in
order to reduce code duplication.  Add a comment describing the purpose
of the extracted code.  Fix coding style issues.

(cherry picked from commit 8e3fc5725f)
2018-08-08 08:09:30 +02:00
..
2018-06-28 04:42:37 +00:00
2018-06-21 18:46:32 +02:00
2018-08-03 09:50:25 +10:00
2018-06-21 18:46:32 +02:00
2018-06-28 04:42:37 +00:00