mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
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. |
||
|---|---|---|
| .. | ||
| include | ||
| tests | ||
| win32 | ||
| api | ||
| Atffile | ||
| client.c | ||
| hooks.h | ||
| interfacemgr.c | ||
| Kyuafile | ||
| lib.c | ||
| listenlist.c | ||
| log.c | ||
| Makefile.in | ||
| notify.c | ||
| query.c | ||
| server.c | ||
| sortlist.c | ||
| stats.c | ||
| update.c | ||
| version.c | ||
| xfrout.c | ||