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.
Loading
Please register or sign in to comment