]> granicus.if.org Git - p11-kit/commitdiff
trust: Remove dead while condition in anchor commond
authorStef Walter <stef@thewalter.net>
Fri, 8 Aug 2014 15:19:28 +0000 (17:19 +0200)
committerStef Walter <stef@thewalter.net>
Fri, 8 Aug 2014 16:44:20 +0000 (18:44 +0200)
trust/anchor.c

index 19483a4342cb407c2ccf6b7efb24478d92c5c8a7..cdc64860a6137baea5158aa497e407985fd11c90 100644 (file)
@@ -631,7 +631,7 @@ p11_trust_anchor (int argc,
                        assert_not_reached ();
                        break;
                }
-       } while (opt != -1);
+       };
 
        argc -= optind;
        argv += optind;