diff --git a/lib/dns/dst_parse.c b/lib/dns/dst_parse.c index 6348cc17a7..4a4025a764 100644 --- a/lib/dns/dst_parse.c +++ b/lib/dns/dst_parse.c @@ -485,7 +485,6 @@ dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex, if (token.type != isc_tokentype_string) { ret = DST_R_INVALIDPRIVATEKEY; - NEXTTOKEN(lex, opt, &token); goto fail; }