summaryrefslogtreecommitdiff
path: root/trust/anchor.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/anchor.c')
-rw-r--r--trust/anchor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/anchor.c b/trust/anchor.c
index a111e14..d00bef3 100644
--- a/trust/anchor.c
+++ b/trust/anchor.c
@@ -172,7 +172,7 @@ files_to_attrs (int argc,
p11_parser *parser;
p11_array *parsed;
p11_array *array;
- int ret;
+ int ret = P11_PARSE_SUCCESS;
int i, j;
array = p11_array_new (p11_attrs_free);