[Pkg-gnupg-commit] [gnupg2] 73/160: w32: Fix build.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 15 09:36:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch upstream
in repository gnupg2.

commit dbcb342eaf1738798a5378d9ecd83c7946140d54
Author: Justus Winter <justus at g10code.com>
Date:   Thu Jun 30 15:28:42 2016 +0200

    w32: Fix build.
    
    * g10/keyedit.c (keyedit_quick_revuid): Fix call to
    'check_trustdb_stale'.
    
    Fixes-commit: 55d112ee
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 g10/keyedit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g10/keyedit.c b/g10/keyedit.c
index 65f671e..9ebd643 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.  */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list