aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/certlist.c')
-rw-r--r--sm/certlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certlist.c b/sm/certlist.c
index 2d52ada30..177f86725 100644
--- a/sm/certlist.c
+++ b/sm/certlist.c
@@ -152,7 +152,7 @@ gpgsm_add_to_certlist (const char *name, CERTLIST *listaddr)
rc = GNUPG_Ambiguous_Name;
}
if (!rc)
- rc = gpgsm_validate_path (cert);
+ rc = gpgsm_validate_path (cert, NULL);
if (!rc)
{
CERTLIST cl = xtrycalloc (1, sizeof *cl);