diff options
author | Internet Software Consortium, Inc <@isc.org> | 2011-02-04 20:45:35 -0700 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2011-02-04 20:45:35 -0700 |
commit | acc2e6bc149c4ed88b615e24bea8f894a1d87593 (patch) | |
tree | 2a95aceba7439be9c4e2a34a06476340650ad565 /contrib | |
parent | ef9064068833c17eec60ba8ba9d30f7a1b31d4ad (diff) | |
download | bind9-acc2e6bc149c4ed88b615e24bea8f894a1d87593.tar.gz |
9.8.0a1
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/dlz/drivers/dlz_filesystem_driver.c | 2 | ||||
-rw-r--r-- | contrib/sdb/sqlite/zone2sqlite.c | 2 | ||||
-rw-r--r-- | contrib/zkt/configure.ac | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/dlz/drivers/dlz_filesystem_driver.c b/contrib/dlz/drivers/dlz_filesystem_driver.c index d41d5ac9..36514918 100644 --- a/contrib/dlz/drivers/dlz_filesystem_driver.c +++ b/contrib/dlz/drivers/dlz_filesystem_driver.c @@ -260,7 +260,7 @@ create_path(const char *zone, const char *host, const char *client, if ((host != NULL) && (is_safe(host) != ISC_TRUE) ) return (ISC_R_FAILURE); - /* if host was passed, verify that it is safe */ + /* if client was passed, verify that it is safe */ if ((client != NULL) && (is_safe(client) != ISC_TRUE) ) return (ISC_R_FAILURE); diff --git a/contrib/sdb/sqlite/zone2sqlite.c b/contrib/sdb/sqlite/zone2sqlite.c index 08b089e0..b583d2bb 100644 --- a/contrib/sdb/sqlite/zone2sqlite.c +++ b/contrib/sdb/sqlite/zone2sqlite.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone2sqlite.c,v 1.3.104.1 2010/08/16 05:36:08 marka Exp $ */ +/* $Id: zone2sqlite.c,v 1.4 2010/08/16 05:32:44 marka Exp $ */ #include <stdlib.h> #include <string.h> diff --git a/contrib/zkt/configure.ac b/contrib/zkt/configure.ac index b0bbed39..c10790a2 100644 --- a/contrib/zkt/configure.ac +++ b/contrib/zkt/configure.ac @@ -18,7 +18,7 @@ dnl AC_PREREQ(2.59) ### Package name and current version AC_INIT(ZKT, 1.0, Holger Zuleger hznet.de) -dnl AC_REVISION($Revision: 1.1.82.1 $) +dnl AC_REVISION($Revision: 1.2 $) ### Files to test to check if src dir contains the package AC_CONFIG_SRCDIR([zkt-signer.c]) |