diff options
Diffstat (limited to 'sm/certpath.c')
-rw-r--r-- | sm/certpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certpath.c b/sm/certpath.c index 0457a0aa1..719f97b61 100644 --- a/sm/certpath.c +++ b/sm/certpath.c @@ -199,7 +199,7 @@ check_cert_policy (KsbaCert cert) static void find_up_store_certs_cb (void *cb_value, KsbaCert cert) { - if (keydb_store_cert (cert, 1)) + if (keydb_store_cert (cert, 1, NULL)) log_error ("error storing issuer certificate as ephemeral\n"); ++*(int*)cb_value; } |