1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Update an outdated comment.

[originally from svn r7642]
This commit is contained in:
Ben Harris 2007-07-18 22:54:31 +00:00
parent db7cc1cba6
commit 3ac841ff6f

2
ssh.c
View File

@ -2480,7 +2480,7 @@ static int do_ssh_init(Ssh ssh, unsigned char c)
if (ssh->version == 2) { if (ssh->version == 2) {
size_t len; size_t len;
/* /*
* Hash our version string and their version string. * Record our version string and their version string.
*/ */
len = strcspn(verstring, "\015\012"); len = strcspn(verstring, "\015\012");
ssh->v_c = snewn(len + 1, char); ssh->v_c = snewn(len + 1, char);