]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] Fix typo (callback function name passed to dlz_create())
authorEvan Hunt <each@isc.org>
Mon, 29 Dec 2014 17:57:06 +0000 (09:57 -0800)
committerEvan Hunt <each@isc.org>
Mon, 29 Dec 2014 17:57:06 +0000 (09:57 -0800)
contrib/dlz/example/README

index eb99b48beba0c440598d15bb3d779de3366f3702..b3a9f8620a70889e64f6b9b0c73a4111995773f9 100644 (file)
@@ -78,7 +78,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.