]> granicus.if.org Git - curl/commit
http_negotiate: Corrected host and proxy host name being wrong way round
authorSteve Holme <steve_holme@hotmail.com>
Fri, 1 Apr 2016 20:48:35 +0000 (21:48 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 1 Apr 2016 20:48:35 +0000 (21:48 +0100)
commit0aa8da10bbdafae136e2b1416b946191f7d275f6
tree42663e32931a8a4a516639cb027a4a1e31a9ce09
parent7bc64561a2e63ca93e4b0b31d350773ba80955c2
http_negotiate: Corrected host and proxy host name being wrong way round

I had accidentally used the proxy server name for the host and the host
server name for the proxy in commit ad5e9bfd5d and 6d6f9ca1d9. Whilst
Windows SSPI was quite happy with this, GSS-API wasn't.

Thanks-to: Michael Osipov
lib/http_negotiate.c