summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2013-10-29 14:55:57 -0600
committerInternet Software Consortium, Inc <@isc.org>2013-10-29 14:55:57 -0600
commitc52b164320c899310b370875e150acdba3d286c0 (patch)
tree8902dcf7c55f571c110c594d71b9d6572a6cf7ba /bin
parent66e6eb1d4417635aa5431ab6e66ada4ff33ecc98 (diff)
downloadbind9-c52b164320c899310b370875e150acdba3d286c0.tar.gz
9.9.4
Diffstat (limited to 'bin')
-rw-r--r--bin/named/server.c2
-rw-r--r--bin/tests/system/acl/ns2/named5.conf2
-rw-r--r--bin/tests/system/acl/tests.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/named/server.c b/bin/named/server.c
index fa02f9a3..5d97a6b7 100644
--- a/bin/named/server.c
+++ b/bin/named/server.c
@@ -8533,7 +8533,7 @@ ns_server_signing(ns_server_t *server, char *args, isc_buffer_t *text) {
if (ptr == NULL)
return (ISC_R_UNEXPECTEDEND);
memcpy(keystr, ptr, sizeof(keystr));
- } else if(strcasecmp(ptr, "-nsec3param") == 0) {
+ } else if (strcasecmp(ptr, "-nsec3param") == 0) {
const char *hashstr, *flagstr, *iterstr;
char nbuf[512];
diff --git a/bin/tests/system/acl/ns2/named5.conf b/bin/tests/system/acl/ns2/named5.conf
index 09e81cbc..d17e1cf7 100644
--- a/bin/tests/system/acl/ns2/named5.conf
+++ b/bin/tests/system/acl/ns2/named5.conf
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/bin/tests/system/acl/tests.sh b/bin/tests/system/acl/tests.sh
index 82625678..7207c5a1 100644
--- a/bin/tests/system/acl/tests.sh
+++ b/bin/tests/system/acl/tests.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2008, 2012 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above