| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 3a3192b41092c6d1a765c22128f33fc608a717df..8bc336faca24e3fef5a2f64c13e88ab2bfc399bb 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -168,7 +168,7 @@ class HostProcess {
|
| scoped_ptr<protocol::AuthenticatorFactory> factory(
|
| new protocol::Me2MeHostAuthenticatorFactory(
|
| xmpp_login_, key_pair_.GenerateCertificate(),
|
| - key_pair_.private_key(), ""));
|
| + *key_pair_.private_key(), ""));
|
| host_->SetAuthenticatorFactory(factory.Pass());
|
| }
|
|
|
|
|