aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-06-30 13:28:42 +0000
committerJustus Winter <[email protected]>2016-06-30 13:28:42 +0000
commitdbcb342eaf1738798a5378d9ecd83c7946140d54 (patch)
tree203c30e4649eda888d4a5c5a859be217aed139b0 /g10/keyedit.c
parentg10: Implement gpg --quick-revuid (diff)
downloadgnupg-dbcb342eaf1738798a5378d9ecd83c7946140d54.tar.gz
gnupg-dbcb342eaf1738798a5378d9ecd83c7946140d54.zip
w32: Fix build.
* g10/keyedit.c (keyedit_quick_revuid): Fix call to 'check_trustdb_stale'. Fixes-commit: 55d112ee Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r--g10/keyedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 65f671eee..9ebd643ad 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -2955,7 +2955,7 @@ keyedit_quick_revuid (ctrl_t ctrl, const char *username, const char *uidtorev)
#ifdef HAVE_W32_SYSTEM
/* See keyedit_menu for why we need this. */
- check_trustdb_stale ();
+ check_trustdb_stale (ctrl);
#endif
/* Search the key; we don't want the whole getkey stuff here. */