| Index: remoting/protocol/me2me_host_authenticator_factory.cc
|
| diff --git a/remoting/protocol/me2me_host_authenticator_factory.cc b/remoting/protocol/me2me_host_authenticator_factory.cc
|
| index 18f99948c27b415fed837c755e57fa8ba0d15b79..652f52b8e15ae3950d7bb02e8892ec9884b43e81 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.cc
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.cc
|
| @@ -113,7 +113,7 @@ Me2MeHostAuthenticatorFactory::CreateAuthenticator(
|
| LOG(ERROR) << "Rejecting incoming connection from " << remote_jid
|
| << ": Domain mismatch.";
|
| return base::WrapUnique(
|
| - new RejectingAuthenticator(Authenticator::INVALID_CREDENTIALS));
|
| + new RejectingAuthenticator(Authenticator::INVALID_ACCOUNT));
|
| }
|
| }
|
|
|
|
|