]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Actually set the 'got_verstring' flag in sshshare.c!
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 11:06:06 +0000 (12:06 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 11:10:12 +0000 (12:10 +0100)
commit14892997d635aaf63d8a9c7630b9bf15389bef04
tree50c3d5221546f4f2976fdff8df96280e9ec02e3e
parente0252a4a609a67db82515e674067d346606c7397
Actually set the 'got_verstring' flag in sshshare.c!

For each connection to a downstream I had a flag indicating that we'd
sent a version string to that downstream, and one indicating that we'd
received one in return. But I never actually set the latter to TRUE -
which was OK, as it turned out, because I never used it for anything
either.

Now I do want to use it, so I'd better actually set it :-)
sshshare.c