Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
92f2cf45
Commit
92f2cf45
authored
Sep 01, 2013
by
Mark Andrews
Browse files
style
parent
c4348cb5
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
92f2cf45
...
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment