Skip to content

Commit 01e3eff

Browse files
committed
Added prefix to credentials to avoid compilation errors on Linux confusing with krb5.h struct credentials declaration
1 parent 8e3e041 commit 01e3eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Release/tests/functional/http/client/proxy_tests.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ TEST_FIXTURE(uri_address, no_proxy_options_on_winrt)
9797
web_proxy proxy(u);
9898
VERIFY_IS_TRUE(proxy.is_specified());
9999
VERIFY_ARE_EQUAL(u, proxy.address());
100-
credentials cred(U("artur"), U("fred")); // relax, this is not my real password
100+
web::credentials cred(U("artur"), U("fred")); // relax, this is not my real password
101101
proxy.set_credentials(cred);
102102

103103
http_client_config config;

0 commit comments

Comments
 (0)