]> granicus.if.org Git - curl/commit
url: remove unncessary NULL-check
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Nov 2017 07:21:30 +0000 (08:21 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Nov 2017 07:23:11 +0000 (08:23 +0100)
commitcbb22cb76d8e516059a112cbecf0ae31d77b2d0c
tree5db28ec62c9bf9baef220af1450c0d6954f5ffd2
parent3962a3cfcbb0e068f3180a3eefcda40be7881804
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
lib/url.c