diff options
Diffstat (limited to 'g10/call-dirmngr.c')
-rw-r--r-- | g10/call-dirmngr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-dirmngr.c b/g10/call-dirmngr.c index 12838b5cd..94018beb9 100644 --- a/g10/call-dirmngr.c +++ b/g10/call-dirmngr.c @@ -948,7 +948,7 @@ ks_put_inq_cb (void *opaque, const char *line) record_output (fp, node->pkt->pkttype, validity, nbits_from_pk (pk), pk->pubkey_algo, - pk->keyid, pk->timestamp, pk->expiredate, + pk->keyid, pk->timestamp, kb_pk_expiredate (pk), NULL); } break; |