diff options
author | Werner Koch <[email protected]> | 2017-03-31 18:35:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-03-31 18:35:28 +0000 |
commit | aca5f494a88776d4974bfa9b0b65cb60c1b42040 (patch) | |
tree | 3a49f63b6b01874a9a2eb618b374b6ab7da29f60 /g10/export.c | |
parent | gpg: Print more stats for the keydb and the signature cache. (diff) | |
download | gnupg-aca5f494a88776d4974bfa9b0b65cb60c1b42040.tar.gz gnupg-aca5f494a88776d4974bfa9b0b65cb60c1b42040.zip |
gpg: Pass CTRL also to getkey_end.
* g10/getkey.c (getkey_end): Add arg CTRL. Change all callers.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index 8dafab26e..31caa550d 100644 --- a/g10/export.c +++ b/g10/export.c @@ -2155,7 +2155,7 @@ export_ssh_key (ctrl_t ctrl, const char *userid) else if (gpg_err_code (err) == GPG_ERR_NO_PUBKEY) err = 0; } - getkey_end (getkeyctx); + getkey_end (ctrl, getkeyctx); } if (err) { |