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
0327c6de
Commit
0327c6de
authored
Sep 05, 2013
by
Mark Andrews
Browse files
remove accidentally added line
parent
012648ce
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/dns/dst_parse.c
View file @
0327c6de
...
@@ -485,7 +485,6 @@ dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex,
...
@@ -485,7 +485,6 @@ dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex,
if
(
token
.
type
!=
isc_tokentype_string
)
{
if
(
token
.
type
!=
isc_tokentype_string
)
{
ret
=
DST_R_INVALIDPRIVATEKEY
;
ret
=
DST_R_INVALIDPRIVATEKEY
;
NEXTTOKEN
(
lex
,
opt
,
&
token
);
goto
fail
;
goto
fail
;
}
}
...
...
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