| Index: remoting/protocol/it2me_host_authenticator_factory.cc
|
| diff --git a/remoting/protocol/it2me_host_authenticator_factory.cc b/remoting/protocol/it2me_host_authenticator_factory.cc
|
| index 7d6e691641ae6736f3981eaa3503fef514deb85b..aad9f63dcf35b9c6255e799280ca2ca689095d37 100644
|
| --- a/remoting/protocol/it2me_host_authenticator_factory.cc
|
| +++ b/remoting/protocol/it2me_host_authenticator_factory.cc
|
| @@ -43,7 +43,7 @@ It2MeHostAuthenticatorFactory::CreateAuthenticator(
|
| LOG(ERROR) << "Rejecting incoming connection from " << remote_jid
|
| << ": Domain mismatch.";
|
| return base::WrapUnique(
|
| - new RejectingAuthenticator(Authenticator::INVALID_CREDENTIALS));
|
| + new RejectingAuthenticator(Authenticator::INVALID_ACCOUNT));
|
| }
|
| }
|
|
|
|
|