| 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 83fa6b6295361db057cc9665589993a80fc66400..86faba1350dd6cc85e8bea9cb002071a60f6fa79 100644
|
| --- a/remoting/protocol/it2me_host_authenticator_factory.cc
|
| +++ b/remoting/protocol/it2me_host_authenticator_factory.cc
|
| @@ -27,7 +27,7 @@ scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
|
| const std::string& local_jid,
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) {
|
| - return NegotiatingAuthenticator::CreateForHost(
|
| + return NegotiatingAuthenticator::CreateForHostSharedSecret(
|
| local_cert_, key_pair_, shared_secret_,
|
| AuthenticationMethod::NONE);
|
| }
|
|
|