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:
parent
db7cc1cba6
commit
3ac841ff6f
2
ssh.c
2
ssh.c
@ -2480,7 +2480,7 @@ static int do_ssh_init(Ssh ssh, unsigned char c)
|
||||
if (ssh->version == 2) {
|
||||
size_t len;
|
||||
/*
|
||||
* Hash our version string and their version string.
|
||||
* Record our version string and their version string.
|
||||
*/
|
||||
len = strcspn(verstring, "\015\012");
|
||||
ssh->v_c = snewn(len + 1, char);
|
||||
|
Loading…
Reference in New Issue
Block a user