| Index: remoting/protocol/jingle_session_manager.cc
|
| diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc
|
| index 440bb9d8008e62ad01348cc86b67b99805641774..f61866190ab13de62b136aeb5e4973450ba4cc14 100644
|
| --- a/remoting/protocol/jingle_session_manager.cc
|
| +++ b/remoting/protocol/jingle_session_manager.cc
|
| @@ -157,8 +157,8 @@ bool JingleSessionManager::OnSignalStrategyIncomingStanza(
|
| error = INCOMPATIBLE_PROTOCOL;
|
| break;
|
|
|
| - case DISABLED:
|
| - error = HOST_IS_DISABLED;
|
| + case OVERLOAD:
|
| + error = HOST_OVERLOAD;
|
| break;
|
|
|
| case DECLINE:
|
|
|