agent: Minor fix for Windows.

* agent/command-ssh.c (serve_mmapped_ssh_request): Add const
qualifier.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2017-07-24 15:26:20 +09:00
parent e4c720fa3b
commit 328fca1872
1 changed files with 1 additions and 1 deletions

View File

@ -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;