aboutsummaryrefslogtreecommitdiffstats
path: root/sm/verify.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/verify.c b/sm/verify.c
index 394939eb0..286dc68bb 100644
--- a/sm/verify.c
+++ b/sm/verify.c
@@ -242,7 +242,7 @@ gpgsm_verify (CTRL ctrl, int in_fd, int data_fd, FILE *out_fp)
certificate first before entering it into the DB. This way
we would avoid cluttering the DB with invalid
certificates. */
- keydb_store_cert (cert);
+ keydb_store_cert (cert, 0);
ksba_cert_release (cert);
}