[git] GnuPG - branch, master, updated. post-nuke-of-trailing-ws-144-g9274d4d
by Werner Koch
cvs at cvs.gnupg.org
Mon Dec 5 16:06:32 CET 2011
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 9274d4d18281b3364fa8abaa821dddf124b105d7 (commit)
from 477360e8cdc458b0a36e9c7fb52a35f27766255d (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 9274d4d18281b3364fa8abaa821dddf124b105d7
Author: Werner Koch <wk at gnupg.org>
Date: Mon Dec 5 15:14:47 2011 +0100
Fix last change.
* agent/command.c (start_command_handler): Remove use of removed var.
diff --git a/agent/command.c b/agent/command.c
index 0e7b962..c33c0d6 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -2739,7 +2739,6 @@ start_command_handler (ctrl_t ctrl, gnupg_fd_t listen_fd, gnupg_fd_t fd)
assuan_set_pointer (ctx, ctrl);
ctrl->server_local = xcalloc (1, sizeof *ctrl->server_local);
ctrl->server_local->assuan_ctx = ctx;
- ctrl->server_local->message_fd = -1;
ctrl->server_local->use_cache_for_signing = 1;
ctrl->digest.raw_value = 0;
-----------------------------------------------------------------------
Summary of changes:
agent/command.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list