Remove redundant check for NULL in sshfwd_close(). The thing we're
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Sep 2010 14:35:16 +0000 (14:35 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Sep 2010 14:35:16 +0000 (14:35 +0000)
commit75778ef1d5ac3469168fe6dbadf1d9faba5985d0
tree0eb08eec98ec947594f6844967d61046f76632c2
parentb96c714ea3802c22f3fe2659c121fd79ce28cbf2
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: svn://svn.tartarus.org/sgt/putty@8990 cda61777-01e9-0310-a592-d414129be87e
ssh.c