[git] GnuPG - branch, master, updated. gnupg-2.1.13-107-g9177a89
by Werner Koch
cvs at cvs.gnupg.org
Sun Jul 3 11:58:10 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 9177a897732b3cebf3f15c97c1f613f71b6318fe (commit)
from 1bfed0bbc5ec9d60d4fb3a0f5c865923ed3563e7 (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 9177a897732b3cebf3f15c97c1f613f71b6318fe
Author: Werner Koch <wk at gnupg.org>
Date: Sun Jul 3 11:55:21 2016 +0200
gpg: Avoid spurious failures on keyblocks with no or only deleted nodes.
* g10/import.c (write_keyblock_to_output): Clear ERR on success.
--
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/g10/import.c b/g10/import.c
index deb2787..e4b05f7 100644
--- a/g10/import.c
+++ b/g10/import.c
@@ -869,6 +869,7 @@ write_keyblock_to_output (kbnode_t keyblock)
}
}
}
+ err = 0;
leave:
if (err)
-----------------------------------------------------------------------
Summary of changes:
g10/import.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list