From 0327c6de3e1647e74ad8195014f7554265a3894c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 5 Sep 2013 16:23:12 +1000 Subject: [PATCH] remove accidentally added line --- lib/dns/dst_parse.c | 1 - 1 file changed, 1 deletion(-) 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; }