]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Remove redundant check for NULL in sshfwd_close(). The thing we're
authorSimon Tatham <anakin@pobox.com>
Thu, 9 Sep 2010 14:35:16 +0000 (14:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 9 Sep 2010 14:35:16 +0000 (14:35 +0000)
commit0b049dcefa111deb48fe27562eb0638f30cac118
tree0eb08eec98ec947594f6844967d61046f76632c2
parentc02d4fe1fae85e94f3d65444eec58a8cc26147c2
Remove redundant check for NULL in sshfwd_close(). The thing we're
testing against NULL has already been dereferenced by the time we
bother to test it, so it's a bit pointless - and in any case, no
null pointer can come to this function from any existing call site.

git-svn-id: http://svn.tartarus.org/sgt/putty@8990 cda61777-01e9-0310-a592-d414129be87e
ssh.c