wininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic...
commit7631bdf0c103f1dec24a347fafa935913d8b1593
authorRob Shearman <rob@codeweavers.com>
Mon, 10 Mar 2008 16:40:23 +0000 (10 16:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Mar 2008 18:12:54 +0000 (10 19:12 +0100)
tree4f14dd886683860c46583842036791e22404d59f
parent8c6ac00820e93e6bc4570a9526d3a951061ca043
wininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic case.

When using SSPI, pass in a NULL identity in this case so that the SSP
can try to use cached credentials.
dlls/wininet/http.c