mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
minor cpu savings
This commit is contained in:
@@ -106,8 +106,6 @@ namespace OpenSim.Server.Handlers.Neighbour
|
||||
// TODO: unused: private bool m_AllowForeignGuests;
|
||||
protected void ProcessPostRequest(OSDMap args, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse, UUID regionID)
|
||||
{
|
||||
byte[] result = new byte[0];
|
||||
|
||||
if (m_AuthenticationService != null)
|
||||
{
|
||||
// Authentication
|
||||
|
||||
Reference in New Issue
Block a user