]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Remove sk_{get,set}_private_ptr completely!
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:48 +0000 (14:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:48 +0000 (14:04 +0000)
commited1795103b745d2e1b8d40a931ad6ce5dd7646b3
tree9b60211d1792447fb4dc72ff85da2fa43abde0e2
parent43915978ce0c3532a04df00d394d47c79de7f726
Remove sk_{get,set}_private_ptr completely!

It was only actually used in X11 and port forwarding, to find internal
state structures given only the Socket that ssh.c held. So now that
that lookup has been reworked to be the sensible way round,
private_ptr is no longer used for anything and can be removed.

git-svn-id: http://svn.tartarus.org/sgt/putty@10075 cda61777-01e9-0310-a592-d414129be87e
errsock.c
network.h
proxy.c
unix/uxnet.c
unix/uxproxy.c
windows/winhsock.c
windows/winnet.c
windows/winnps.c