]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitb7d2abe09591393cfcd1041a4ac06a2cae5c411c
tree0eb08eec98ec947594f6844967d61046f76632c2
parent7531c7d3d49cfa774f6940e69d6210e1565979ad
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.

[originally from svn r8990]
ssh.c