wininet: Destroy authorization info on failure in HTTP_DoAuthorization.
commit50fef74131352520e8e09efd34fafee61cd02ede
authorHans Leidekker <hans@meelstraat.net>
Wed, 2 Sep 2009 09:44:43 +0000 (2 11:44 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Sep 2009 12:41:40 +0000 (2 14:41 +0200)
tree4b2a36c74034f95c9de94ce225055fa48abd3b84
parent05e9a1fce826d9bc2ca3895dd40e42d9cba1a3ca
wininet: Destroy authorization info on failure in HTTP_DoAuthorization.

This makes sure the app can retry authorization, e.g. when username and
password are not supplied upfront and there are no cached credentials.
dlls/wininet/http.c