From: Stef Walter Date: Fri, 8 Aug 2014 15:19:28 +0000 (+0200) Subject: trust: Remove dead while condition in anchor commond X-Git-Tag: 0.21.2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29325102bb93239313f4b2928f18a589731bd125;p=p11-kit trust: Remove dead while condition in anchor commond --- diff --git a/trust/anchor.c b/trust/anchor.c index 19483a4..cdc6486 100644 --- a/trust/anchor.c +++ b/trust/anchor.c @@ -631,7 +631,7 @@ p11_trust_anchor (int argc, assert_not_reached (); break; } - } while (opt != -1); + }; argc -= optind; argv += optind;