| Index: remoting/protocol/negotiating_authenticator.cc
|
| diff --git a/remoting/protocol/negotiating_authenticator.cc b/remoting/protocol/negotiating_authenticator.cc
|
| index 1234c253fc32c9e929c6e9c15d33b3de8a84edd6..efdbb3204c29e2cafc8a8c8eb8258c9c0ec69290 100644
|
| --- a/remoting/protocol/negotiating_authenticator.cc
|
| +++ b/remoting/protocol/negotiating_authenticator.cc
|
| @@ -72,7 +72,8 @@ scoped_ptr<Authenticator> NegotiatingAuthenticator::CreateForHost(
|
|
|
| NegotiatingAuthenticator::NegotiatingAuthenticator(
|
| Authenticator::State initial_state)
|
| - : current_method_(AuthenticationMethod::Invalid()),
|
| + : certificate_sent_(false),
|
| + current_method_(AuthenticationMethod::Invalid()),
|
| state_(initial_state),
|
| rejection_reason_(INVALID_CREDENTIALS) {
|
| }
|
|
|