diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index da418fbea6..ab3ae1c64b 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3119,7 +3119,7 @@ LLSD LLAppViewer::getViewerInfo() const  		info["POSITION_LOCAL"] = ll_sd_from_vector3(gAgent.getPosAgentFromGlobal(pos));  		info["REGION"] = gAgent.getRegion()->getName(); -		boost::regex regex("sim[0-9]*."); +		boost::regex regex("\\.(secondlife|lindenlab)\\..*");  		info["HOSTNAME"] = boost::regex_replace(gAgent.getRegion()->getHost().getHostName(), regex, "");  		info["SERVER_VERSION"] = gLastVersionChannel;  		LLSLURL slurl;  | 
