Scalar Tardis
SL Scientist/Engineer
Join date: 5 Nov 2005
Posts: 249
|
01-09-2007 13:36
Something is screwed up with the website. Testing...
|
Scalar Tardis
SL Scientist/Engineer
Join date: 5 Nov 2005
Posts: 249
|
01-09-2007 13:37
To: void LLHTTPAssetStorage::removeTempAssetDataByAgentID(const LLUUID& agent_id) { // uuid_tempdata_map::iterator it = mTempAssets.begin(); // uuid_tempdata_map::iterator end = mTempAssets.end(); // // while (it != end) // { // const LLTempAssetData& asset_data = it->second; // if (asset_data.mAgentID == agent_id) // { // mTempAssets.erase(it++); // } // else // { // ++it; // } // } }
|
Scalar Tardis
SL Scientist/Engineer
Join date: 5 Nov 2005
Posts: 249
|
01-09-2007 13:38
Change: void LLHTTPAssetStorage::clearTempAssetData() { llinfos << "TAT: Clearing temp asset data map" << llendl; mTempAssets.clear(); }
|
Scalar Tardis
SL Scientist/Engineer
Join date: 5 Nov 2005
Posts: 249
|
01-09-2007 13:39
Goofy.
I can post those two code segments as separate messages, but if I combine them into a single message and choose Preview or Reply, the website chokes and says "404 Page cannot be found"..
|