]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Remove redundant null checks for arguments to sftp_{get,put}_file
authorSimon Tatham <anakin@pobox.com>
Thu, 11 Jul 2013 17:24:10 +0000 (17:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 11 Jul 2013 17:24:10 +0000 (17:24 +0000)
commitf47292fddbba3baed272ef963b5188bb2cfc6eba
tree712cb9799236787644c7fbe2520ab6ef2cc7995a
parent0f6ee9ffaf679b1bee1b8dd442ca1c459b85bba8
Remove redundant null checks for arguments to sftp_{get,put}_file
which are (a) never NULL anyway, and (b) have already been
dereferenced by the time we make those checks so it would be too late
if they were.

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