diff options
Diffstat (limited to 'sm/keylist.c')
-rw-r--r-- | sm/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keylist.c b/sm/keylist.c index c17fb7052..5431e1b00 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -548,7 +548,7 @@ list_external_cb (void *cb_value, KsbaCert cert) { struct list_external_parm_s *parm = cb_value; - if (keydb_store_cert (cert, 1)) + if (keydb_store_cert (cert, 1, NULL)) log_error ("error storing certificate as ephemeral\n"); if (parm->print_header) |