summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorvoidpointer <none@none>2012-10-18 15:34:43 -0700
committervoidpointer <none@none>2012-10-18 15:34:43 -0700
commit88fb47bf84b4e995ca36632fc9154cb5a3763def (patch)
treeac984df2807dd321508eb2838b2386a215691b59 /indra/llplugin
parent48b2dbcd65e72994054b9e525c0e45e346a981fb (diff)
parent9cc1dfd4e6f3859e690da578adde057ec9a82e18 (diff)
merge
Diffstat (limited to 'indra/llplugin')
-rw-r--r--indra/llplugin/llpluginclassmedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index dbd96673a1..0644d2638c 100644
--- a/indra/llplugin/llpluginclassmedia.cpp
+++ b/indra/llplugin/llpluginclassmedia.cpp
@@ -1074,7 +1074,7 @@ void LLPluginClassMedia::receivePluginMessage(const LLPluginMessage &message)
mAuthURL = message.getValue("url");
mAuthRealm = message.getValue("realm");
mediaEvent(LLPluginClassMediaOwner::MEDIA_EVENT_AUTH_REQUEST);
- }
+ }
else if(message_name == "debug_message")
{
mDebugMessageText = message.getValue("message_text");