From 29325102bb93239313f4b2928f18a589731bd125 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 8 Aug 2014 17:19:28 +0200 Subject: trust: Remove dead while condition in anchor commond --- trust/anchor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1