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:
Justus Winter 2016-06-30 15:28:42 +02:00
parent 55d112eeb0
commit dbcb342eaf
1 changed files with 1 additions and 1 deletions

View File

@ -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. */