2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

remove accidentally added line

This commit is contained in:
Mark Andrews
2013-09-05 16:23:12 +10:00
parent 012648ce19
commit 0327c6de3e

View File

@@ -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;
} }