]> granicus.if.org Git - curl/commit
urlapi: fix unused variable warning
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 30 Sep 2019 22:26:03 +0000 (00:26 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 1 Oct 2019 08:47:41 +0000 (10:47 +0200)
commit0f62c9af8bc24245a352363d614b8cf848a43e06
tree0ea8ecc11bdd1a9c1dabeb4f14ad9f8d324e01e3
parent69d95b6d4c3dce64e58bd36d998ee10ae4da0f34
urlapi: fix unused variable warning

`dest` is only used with `ENABLE_IPV6`.

Closes https://github.com/curl/curl/pull/4444
lib/urlapi.c