]> granicus.if.org Git - curl/commit
ftp: remove a check for NULL(!)
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2016 12:52:22 +0000 (13:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2016 12:52:22 +0000 (13:52 +0100)
commit863c5766dd7e99210da637e7e799a179b0ec5c07
treeedb2fc7479cf0863af251a192a7ec3f0b4970a98
parent7f7fcd0d756416b0a146b6f34a899e59456b2c17
ftp: remove a check for NULL(!)

... as it implies we need to check for that on all the other variable
references as well (as Coverity otherwise warns us for missing NULL
checks), and we're alredy making sure that the pointer is never NULL.
lib/ftp.c