mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
style
This commit is contained in:
parent
c4348cb50f
commit
92f2cf45ce
1 changed files with 1 additions and 1 deletions
|
|
@ -8994,7 +8994,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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue