url: remove unncessary NULL-check
Since 'conn' won't be NULL in there and we also access the pointer in there without the check. Coverity CID 1420610
parent
3962a3cf
Please register or sign in to comment
Since 'conn' won't be NULL in there and we also access the pointer in there without the check. Coverity CID 1420610