[git] GnuPG - branch, master, updated. gnupg-2.1.23-2-g977fc5f
by Marcus Brinkmann
cvs at cvs.gnupg.org
Wed Aug 9 18:38:00 CEST 2017
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 977fc5f0eb9fdee19e66bea8cd2eb5414789b485 (commit)
from d6b40a9c866a8495d6a2c0bc3eac158ddd2928c7 (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 977fc5f0eb9fdee19e66bea8cd2eb5414789b485
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date: Wed Aug 9 18:35:56 2017 +0200
g10: Write status error on error of --quick-revoke-uid.
* g10/keyedit.c (keyedit_quick_revuid): Write status error on error.
Signed-off-by: Marcus Brinkmann <mb at g10code.com>
GnuPG-bug-id: 2963
diff --git a/g10/keyedit.c b/g10/keyedit.c
index e221b32..38cdbce 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -2455,7 +2455,10 @@ keyedit_quick_revuid (ctrl_t ctrl, const char *username, const char *uidtorev)
leave:
if (err)
- log_error (_("revoking the user ID failed: %s\n"), gpg_strerror (err));
+ {
+ log_error (_("revoking the user ID failed: %s\n"), gpg_strerror (err));
+ write_status_error ("keyedit.revoke.uid", err);
+ }
release_kbnode (keyblock);
keydb_release (kdbhd);
}
-----------------------------------------------------------------------
Summary of changes:
g10/keyedit.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list