diff options
Diffstat (limited to 'trust')
-rw-r--r-- | trust/anchor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/anchor.c b/trust/anchor.c index 03cf9e8..a232ead 100644 --- a/trust/anchor.c +++ b/trust/anchor.c @@ -612,7 +612,7 @@ p11_trust_anchor (int argc, bool changed = false; int action = 0; int opt; - int ret; + int ret = 0; enum { opt_verbose = 'v', |