summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-08-08 17:19:28 +0200
committerStef Walter <stef@thewalter.net>2014-08-08 17:21:22 +0200
commitf1a346c87a414f4967d0ca3735f6ba8714902315 (patch)
treeb79eea480e1b9b0976ecbfff2393fd2e5bc427df
parentdb14ed2c1d2ab16e9e20c3b7b17065628c9e3cd7 (diff)
downloadp11-kit-f1a346c87a414f4967d0ca3735f6ba8714902315.tar.gz
trust: Remove dead while condition in anchor commond
-rw-r--r--trust/anchor.c2
1 files changed, 1 insertions, 1 deletions
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;