]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix obvious foulup in X forwarding: my recent `how did this ever
authorSimon Tatham <anakin@pobox.com>
Fri, 18 Apr 2003 09:00:16 +0000 (09:00 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 18 Apr 2003 09:00:16 +0000 (09:00 +0000)
commita9c8e035dd85b181e770561ef5cc17c0e7df362f
treeccd8d1a1b0ba9cb920f2e88444a2b0c3fc2033ee
parentd66a1d685f748cd7bc2d582ba97e44b255a0431e
Fix obvious foulup in X forwarding: my recent `how did this ever
work' change to port forwarding completely broke it, by failing to
set peeraddr{,len} before reading them. Oops.

[originally from svn r3127]
ssh.c