aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoiceclient.cpp')
-rw-r--r--linden/indra/newview/llvoiceclient.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp
index 3a74f16..f6f7ce7 100644
--- a/linden/indra/newview/llvoiceclient.cpp
+++ b/linden/indra/newview/llvoiceclient.cpp
@@ -3954,8 +3954,10 @@ void LLVoiceClient::notifyStatusObservers(LLVoiceClientStatusObserver::EStatusTy
3954 { 3954 {
3955 switch(mVivoxErrorStatusCode) 3955 switch(mVivoxErrorStatusCode)
3956 { 3956 {
3957 case 20713: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_FULL; break; 3957 case 20713: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_FULL; break;
3958 case 20714: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_LOCKED; break; 3958 case 20714: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_LOCKED; break;
3959 case 20715: status = LLVoiceClientStatusObserver::ERROR_NOT_AVAILABLE;
3960 break;
3959 } 3961 }
3960 3962
3961 // Reset the error code to make sure it won't be reused later by accident. 3963 // Reset the error code to make sure it won't be reused later by accident.