[git] GnuPG - branch, master, updated. gnupg-2.1.15-30-g5b48960

by Neal H. Walfield cvs at cvs.gnupg.org
Wed Aug 31 12:15:08 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  5b48960a8a2555db7bf992261de9e922838c9913 (commit)
      from  e4d5e3cb0d10e8f77c7100d42cfdb32051de1c18 (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 5b48960a8a2555db7bf992261de9e922838c9913
Author: Neal H. Walfield <neal at g10code.com>
Date:   Wed Aug 31 12:11:58 2016 +0200

    g10: Fix error detection.
    
    * g10/tofu.c: first_seen == 0 is not an error.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
    
    Fixes-commit: 0f1f02ac
    Regression-due-to: 45bb9a2a

diff --git a/g10/tofu.c b/g10/tofu.c
index 4285e96..968b89a 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -2023,7 +2023,7 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint,
 
 	}
 
-      if (messages == -1 || !first_seen)
+      if (messages == -1 || first_seen == -1)
         {
           write_stats_status (outfp, 0, TOFU_POLICY_NONE, 0, 0);
           if (!outfp)

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

Summary of changes:
 g10/tofu.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