diff options
author | Justus Winter <[email protected]> | 2016-06-30 13:28:42 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-06-30 13:28:42 +0000 |
commit | dbcb342eaf1738798a5378d9ecd83c7946140d54 (patch) | |
tree | 203c30e4649eda888d4a5c5a859be217aed139b0 /g10/keyedit.c | |
parent | g10: Implement gpg --quick-revuid (diff) | |
download | gnupg-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.c | 2 |
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. */ |