mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
thanks lulurun for a security patch that blocks unathorized access to the inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
This commit is contained in:
@@ -2019,7 +2019,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
m_log.Info("[REGION]: Add New Scene Presence");
|
||||
|
||||
CommsManager.UserProfileCacheService.AddNewUser(client.AgentId);
|
||||
//CommsManager.UserProfileCacheService.AddNewUser(client.AgentId);
|
||||
CommsManager.UserProfileCacheService.AddNewUser(client);
|
||||
|
||||
CreateAndAddScenePresence(client, child);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user