summaryrefslogtreecommitdiff
path: root/trust/extract.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-08-29 12:18:03 +0200
committerStef Walter <stef@thewalter.net>2013-08-29 12:28:09 +0200
commitb4faa7f7e17dea909cd4393d27adbc21b2dea9fb (patch)
tree9e073f1fbde1706473f7372ba4f10782edc372a0 /trust/extract.c
parentc980eb29619edc28610a03ccb62514683604257c (diff)
downloadp11-kit-b4faa7f7e17dea909cd4393d27adbc21b2dea9fb.tar.gz
Release version 0.19.4
Diffstat (limited to 'trust/extract.c')
-rw-r--r--trust/extract.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trust/extract.c b/trust/extract.c
index d12d18b..1a38f11 100644
--- a/trust/extract.c
+++ b/trust/extract.c
@@ -288,8 +288,8 @@ int
p11_trust_extract_compat (int argc,
char *argv[])
{
- char *path;
- char *path2;
+ char *path = NULL;
+ char *path2 = NULL;
int error;
argv[argc] = NULL;