From: Evan Hunt Date: Fri, 31 Jul 2009 23:43:23 +0000 (+0000) Subject: fix a comment ("ddns.key" should have been changed to "session.key"). X-Git-Tag: v9.7.0a2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a31c5cabced2bb6ead30d1d327321b8d9241c5;p=thirdparty%2Fbind9.git fix a comment ("ddns.key" should have been changed to "session.key"). --- diff --git a/lib/isccfg/include/isccfg/namedconf.h b/lib/isccfg/include/isccfg/namedconf.h index 80860964739..ea9dc1192c4 100644 --- a/lib/isccfg/include/isccfg/namedconf.h +++ b/lib/isccfg/include/isccfg/namedconf.h @@ -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 */