| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 6ad94bd5c509c51546b7a1980d10b5688bcaf9d4..033d9d82b9c2ae28ecfb7168bbba35e579d730ff 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -523,7 +523,8 @@ void HostProcess::CreateAuthenticatorFactory() {
|
|
|
| scoped_ptr<protocol::AuthenticatorFactory> factory(
|
| new protocol::Me2MeHostAuthenticatorFactory(
|
| - local_certificate, key_pair_.Copy(), host_secret_hash_));
|
| + local_certificate, key_pair_.Copy(), host_secret_hash_,
|
| + "", "", NULL));
|
| #if defined(OS_POSIX)
|
| // On Linux and Mac, perform a PAM authorization step after authentication.
|
| factory.reset(new PamAuthorizationFactory(factory.Pass()));
|
|
|