]> granicus.if.org Git - curl/commit
gopher: remove check for path == NULL
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Mar 2019 11:22:51 +0000 (12:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Mar 2019 07:01:50 +0000 (08:01 +0100)
commit39c29626cbf5cdce5d41d0301ba67eeced2a922a
treecc2a1241ae1c6538bbc4268a560f94a3b2cd3760
parentdd7d7107c72ab977a55f6572b0a6843954ad50b9
gopher: remove check for path == NULL

Since it can't be NULL and it makes Coverity believe we lack proper NULL
checks. Verified by test 659, landed in commit 15401fa886b.

Pointed out by Coverity CID 1442746.

Assisted-by: Dan Fandrich
Fixes #3617
Closes #3642
lib/gopher.c