| 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 20a1ada421b3eeef39e2f942e54e9883e75dc438..d20f2e8a5769ca69be530d15ca2bc26eff647a03 100644
|
| --- a/remoting/protocol/it2me_host_authenticator_factory.cc
|
| +++ b/remoting/protocol/it2me_host_authenticator_factory.cc
|
| @@ -28,7 +28,8 @@ scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) {
|
| return NegotiatingHostAuthenticator::CreateWithSharedSecret(
|
| - local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL);
|
| + local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE,
|
| + nullptr);
|
| }
|
|
|
| } // namespace protocol
|
|
|