summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_gssapi_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_gssapi_posix.cc')
-rw-r--r--net/http/http_auth_gssapi_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_gssapi_posix.cc b/net/http/http_auth_gssapi_posix.cc
index 7658e95..4ccdf40 100644
--- a/net/http/http_auth_gssapi_posix.cc
+++ b/net/http/http_auth_gssapi_posix.cc
@@ -414,7 +414,7 @@ int HttpAuthGSSAPI::GenerateAuthToken(const std::wstring* username,
bool initialized = library_->Init();
if (!initialized)
- return ERR_FAILED;
+ return ERR_UNSUPPORTED_AUTH_SCHEME;
if (!IsFinalRound()) {
int rv = OnFirstRound(username, password);