From: Mukund Sivaraman Date: Mon, 29 Dec 2014 11:27:03 +0000 (+0530) Subject: Fix typo (callback function name passed to dlz_create()) X-Git-Tag: v9.11.0a1~1158 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=be7d3e641c1f426185cc65950c8b587a3365f038;p=thirdparty%2Fbind9.git Fix typo (callback function name passed to dlz_create()) --- diff --git a/contrib/dlz/example/README b/contrib/dlz/example/README index b9eebf14072..d5d96a3e498 100644 --- a/contrib/dlz/example/README +++ b/contrib/dlz/example/README @@ -134,7 +134,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