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
Loading
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