]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo (callback function name passed to dlz_create())
authorMukund Sivaraman <muks@isc.org>
Mon, 29 Dec 2014 11:27:03 +0000 (16:57 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 29 Dec 2014 11:27:51 +0000 (16:57 +0530)
contrib/dlz/example/README

index b9eebf140722d169db81c129aaa7373874da2b7c..d5d96a3e49815a22129c14db843ba645a41c4f86 100644 (file)
@@ -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