| 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..6daed66897df7b22473bb2ce12c20d4a29df45a1 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::DOMAIN_MISMATCH));
|
| }
|
| }
|
|
|
|
|