mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 06:29:59 -04:00
[v9_10] Fix typo (callback function name passed to dlz_create())
This commit is contained in:
parent
d4b074a858
commit
5112a07ff8
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ The DLZ dlopen driver provides a set of callback functions:
|
|||
Puts a DNS resource record into an AXFR response, which is
|
||||
referenced by the opaque structure 'allnodes' provided by named.
|
||||
|
||||
- isc_result_t writable_zone(dns_view_t *view, const char *zone_name);
|
||||
- isc_result_t writeable_zone(dns_view_t *view, const char *zone_name);
|
||||
|
||||
Allows the DLZ module to inform named that a given zone can recieve
|
||||
DDNS updates. (Note: This is not currently supported for DLZ
|
||||
|
|
|
|||
Loading…
Reference in a new issue