From: Evan Hunt Date: Mon, 29 Dec 2014 17:56:39 +0000 (-0800) Subject: [v9_10] Fix typo (callback function name passed to dlz_create()) X-Git-Tag: v9.10.2b1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5112a07ff89f6a3ad1db3fcb1271a341dd278ff4;p=thirdparty%2Fbind9.git [v9_10] Fix typo (callback function name passed to dlz_create()) --- diff --git a/contrib/dlz/example/README b/contrib/dlz/example/README index 3642de8ce33..368fe94e3fa 100644 --- a/contrib/dlz/example/README +++ b/contrib/dlz/example/README @@ -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