| Index: jingle/notifier/communicator/single_login_attempt.cc
|
| diff --git a/jingle/notifier/communicator/single_login_attempt.cc b/jingle/notifier/communicator/single_login_attempt.cc
|
| index 0c789ee49745457f60ca120a5d437af62baf9903..2bc6fee2a8a072a7d5c104088f3b06423c3d3ef1 100644
|
| --- a/jingle/notifier/communicator/single_login_attempt.cc
|
| +++ b/jingle/notifier/communicator/single_login_attempt.cc
|
| @@ -131,6 +131,11 @@ void SingleLoginAttempt::OnError(buzz::XmppEngine::Error error, int subcode,
|
| }
|
| }
|
|
|
| + if (error == buzz::XmppEngine::ERROR_UNAUTHORIZED) {
|
| + delegate_->OnRejectedCredentials();
|
| + return;
|
| + }
|
| +
|
| if (current_settings_ == settings_list_.end()) {
|
| NOTREACHED();
|
| return;
|
|
|