Skip to content

Commit

Permalink
Added prefix to credentials to avoid compilation errors on Linux conf…
Browse files Browse the repository at this point in the history
…using with krb5.h struct credentials declaration
  • Loading branch information
leighsmith committed Feb 9, 2016
1 parent 8e3e041 commit 01e3eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/tests/functional/http/client/proxy_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
web_proxy proxy(u);
VERIFY_IS_TRUE(proxy.is_specified());
VERIFY_ARE_EQUAL(u, proxy.address());
credentials cred(U("artur"), U("fred")); // relax, this is not my real password
web::credentials cred(U("artur"), U("fred")); // relax, this is not my real password
proxy.set_credentials(cred);

http_client_config config;
Expand Down

0 comments on commit 01e3eff

Please sign in to comment.