]> git.ipfire.org Git - thirdparty/curl.git/commit
http_negotiate: fix `CURL_DISABLE_PROXY` build
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 10 Apr 2024 08:49:12 +0000 (10:49 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 10 Apr 2024 12:56:05 +0000 (14:56 +0200)
commit61e6db87ac6782722bc00a1bd46480b73cb7baf8
tree2b1f762568a92c8b9ed5854f2ff03f0152d3d736
parent4f15443d2c202cdd74dd2ca4112cea6f3a9635da
http_negotiate: fix `CURL_DISABLE_PROXY` build

`proxyuserpwd` was removed from `dynamically_allocated_data` in commit
f46385d36df.

Closes https://github.com/curl/curl/pull/13334
lib/http_negotiate.c