[Pkg-gnupg-commit] [gnupg2] 133/185: agent: Minor fix for Windows.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Aug 7 11:55:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 328fca187253c069e3630bd387a71f6d16e9820a
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Mon Jul 24 15:26:20 2017 +0900
agent: Minor fix for Windows.
* agent/command-ssh.c (serve_mmapped_ssh_request): Add const
qualifier.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
agent/command-ssh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agent/command-ssh.c b/agent/command-ssh.c
index c5897ef..9d45a18 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -3707,7 +3707,7 @@ serve_mmapped_ssh_request (ctrl_t ctrl,
gpg_error_t err;
int send_err = 0;
int valid_response = 0;
- ssh_request_spec_t *spec;
+ const ssh_request_spec_t *spec;
u32 msglen;
estream_t request_stream, response_stream;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list