[git] GnuPG - branch, master, updated. gnupg-2.1.13-72-gdbcb342

by Justus Winter cvs at cvs.gnupg.org
Thu Jun 30 15:31:00 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  dbcb342eaf1738798a5378d9ecd83c7946140d54 (commit)
      from  55d112eeb0743e90be46d15dbae67368ee7d4b50 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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>

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

-----------------------------------------------------------------------

Summary of changes:
 g10/keyedit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list