diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-21 11:50:31 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-21 11:50:31 +0300 | 
| commit | cae660f50e1cffd7e3143b26b8b3e1a38d729eab (patch) | |
| tree | 2e59811a9c904dc6ebb962562a3bb327af52f813 /indra | |
| parent | d86a6403ca021de44ad94abb8a499adf0ea016f6 (diff) | |
MAINT-5081 FIXED secondlife.log - WARNING: LLHTTPFeatureTableResponder 404 error
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index e519032b9e..c012537e78 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -419,9 +419,7 @@ bool idle_startup()  		gSavedSettings.setS32("LastFeatureVersion", LLFeatureManager::getInstance()->getVersion());  		gSavedSettings.setString("LastGPUString", thisGPU); -		// load dynamic GPU/feature tables from website (S3) -		LLFeatureManager::getInstance()->fetchHTTPTables(); -		 +  		std::string xml_file = LLUI::locateSkin("xui_version.xml");  		LLXMLNodePtr root;  		bool xml_ok = false; | 
