Files
bind9/lib/ns
Michał Kępień 8e3fc5725f 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.
2018-08-08 08:08:40 +02:00
..
2018-07-03 07:40:29 +00:00
2018-07-19 12:47:03 -04:00
2017-12-29 01:44:18 +00:00
2018-05-22 16:32:21 -07:00