Index: remoting/protocol/validating_authenticator.cc |
diff --git a/remoting/protocol/validating_authenticator.cc b/remoting/protocol/validating_authenticator.cc |
index ee622be44d496be8e0f880fbaf371d543eb24eac..5686c6dacdb24e52d8b49f174a4214e0a5213c04 100644 |
--- a/remoting/protocol/validating_authenticator.cc |
+++ b/remoting/protocol/validating_authenticator.cc |
@@ -109,6 +109,10 @@ void ValidatingAuthenticator::OnValidateComplete( |
rejection_reason_ = Authenticator::INVALID_ACCOUNT; |
break; |
+ case Result::ERROR_TOO_MANY_CONNECTIONS: |
+ rejection_reason_ = Authenticator::TOO_MANY_CONNECTIONS; |
+ break; |
+ |
case Result::ERROR_REJECTED_BY_USER: |
rejection_reason_ = Authenticator::REJECTED_BY_USER; |
break; |