]> granicus.if.org Git - curl/commit
Removed check for ftpcode being NULL, as later it is derefenced unconditionally
authorDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2007 10:39:54 +0000 (10:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2007 10:39:54 +0000 (10:39 +0000)
commit3af08472ad792c598c3257ffc8e9198c8b66f34d
tree8221f207282836ce572c33e1ada8beeb39ef0118
parentfdc1b61507ae80bb4bfcec7a2ebac29e26059d43
Removed check for ftpcode being NULL, as later it is derefenced unconditionally
anyway and we can just as well rely on it being valid.
CID 12, coverity.com scan
lib/ftp.c