From dbcb342eaf1738798a5378d9ecd83c7946140d54 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 30 Jun 2016 15:28:42 +0200 Subject: [PATCH] w32: Fix build. * g10/keyedit.c (keyedit_quick_revuid): Fix call to 'check_trustdb_stale'. Fixes-commit: 55d112ee Signed-off-by: Justus Winter --- g10/keyedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */