mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-23 15:07:03 +01:00
w32: Fix build.
* g10/keyedit.c (keyedit_quick_revuid): Fix call to 'check_trustdb_stale'. Fixes-commit: 55d112ee Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
55d112eeb0
commit
dbcb342eaf
@ -2955,7 +2955,7 @@ keyedit_quick_revuid (ctrl_t ctrl, const char *username, const char *uidtorev)
|
|||||||
|
|
||||||
#ifdef HAVE_W32_SYSTEM
|
#ifdef HAVE_W32_SYSTEM
|
||||||
/* See keyedit_menu for why we need this. */
|
/* See keyedit_menu for why we need this. */
|
||||||
check_trustdb_stale ();
|
check_trustdb_stale (ctrl);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Search the key; we don't want the whole getkey stuff here. */
|
/* Search the key; we don't want the whole getkey stuff here. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user