| Index: remoting/protocol/me2me_host_authenticator_factory.cc
|
| diff --git a/remoting/protocol/me2me_host_authenticator_factory.cc b/remoting/protocol/me2me_host_authenticator_factory.cc
|
| index 1448102845db65d1a1ccc1ca72050a78d5cd1ccc..171c2a2b3ce197c0e47862de341946c441a400d3 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.cc
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.cc
|
| @@ -123,7 +123,7 @@ scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::CreateAuthenticator(
|
| return scoped_ptr<Authenticator>(new RejectingAuthenticator());
|
| }
|
|
|
| - if (!local_cert_.empty() && key_pair_) {
|
| + if (!local_cert_.empty() && key_pair_.get()) {
|
| if (token_validator_factory_) {
|
| return NegotiatingHostAuthenticator::CreateWithThirdPartyAuth(
|
| local_cert_, key_pair_,
|
|
|