| Index: remoting/protocol/authenticator_test_base.cc
|
| diff --git a/remoting/protocol/authenticator_test_base.cc b/remoting/protocol/authenticator_test_base.cc
|
| index 6c1be611359373b35fd1103ef7156f68e154c8bc..072b62117152542a44ab5dcbeb30bbe3a72dddf3 100644
|
| --- a/remoting/protocol/authenticator_test_base.cc
|
| +++ b/remoting/protocol/authenticator_test_base.cc
|
| @@ -87,8 +87,9 @@ void AuthenticatorTestBase::ContinueAuthExchangeWith(Authenticator* sender,
|
| scoped_ptr<buzz::XmlElement> message;
|
| ASSERT_NE(Authenticator::WAITING_MESSAGE, sender->state());
|
| if (sender->state() == Authenticator::ACCEPTED ||
|
| - sender->state() == Authenticator::REJECTED)
|
| + sender->state() == Authenticator::REJECTED) {
|
| return;
|
| + }
|
|
|
| // Verify that once the started flag for either party is set to true,
|
| // it should always stay true.
|
|
|