diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/named/server.c | 2 | ||||
| -rw-r--r-- | bin/tests/system/acl/ns2/named5.conf | 2 | ||||
| -rw-r--r-- | bin/tests/system/acl/tests.sh | 2 |
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 |
