| 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 9ccf297592f644c9534c0449956f4d05061e5bcd..0a2e5f032debf6737d8ada97dfbe611b128d9083 100644
|
| --- a/remoting/protocol/it2me_host_authenticator_factory.cc
|
| +++ b/remoting/protocol/it2me_host_authenticator_factory.cc
|
| @@ -45,8 +45,8 @@ scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
|
| }
|
| }
|
|
|
| - return NegotiatingHostAuthenticator::CreateForIt2Me(local_cert_, key_pair_,
|
| - access_code_);
|
| + return NegotiatingHostAuthenticator::CreateForIt2Me(
|
| + local_jid, remote_jid, local_cert_, key_pair_, access_code_);
|
| }
|
|
|
| } // namespace protocol
|
|
|