mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
!= UUID.Zero is slow
This commit is contained in:
@@ -61,7 +61,6 @@ namespace OpenSim.Region.DataSnapshot
|
||||
|
||||
public void OnGetSnapshot(IOSHttpRequest req, IOSHttpResponse resp)
|
||||
{
|
||||
Hashtable reply = new Hashtable();
|
||||
string reqtag;
|
||||
if(req.QueryAsDictionary.TryGetValue("region", out string snapObj) && !string.IsNullOrWhiteSpace(snapObj))
|
||||
reqtag = snapObj + req.RemoteIPEndPoint.Address.ToString();
|
||||
|
||||
Reference in New Issue
Block a user