]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix a comment ("ddns.key" should have been changed to "session.key").
authorEvan Hunt <each@isc.org>
Fri, 31 Jul 2009 23:43:23 +0000 (23:43 +0000)
committerEvan Hunt <each@isc.org>
Fri, 31 Jul 2009 23:43:23 +0000 (23:43 +0000)
lib/isccfg/include/isccfg/namedconf.h

index 80860964739dfdde0fc3c957a4e2ae63f8be301a..ea9dc1192c4ff54523839df1ff7b680b99e1f684 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namedconf.h,v 1.14 2009/07/14 22:54:57 each Exp $ */
+/* $Id: namedconf.h,v 1.15 2009/07/31 23:43:23 each Exp $ */
 
 #ifndef ISCCFG_NAMEDCONF_H
 #define ISCCFG_NAMEDCONF_H 1
@@ -43,7 +43,7 @@ LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_rndckey;
 /*%< A complete rndc.key file. */
 
 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_sessionkey;
-/*%< A complete ddns.key file. */
+/*%< A complete session.key file. */
 
 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_keyref;
 /*%< A key reference, used as an ACL element */