remove a unnecessary dns check

0.9.0-post-fixes
UbitUmarov 2017-05-29 06:50:55 +01:00
parent 8f86de265c
commit 0f0673552c
1 changed files with 0 additions and 3 deletions

View File

@ -295,9 +295,6 @@ namespace OpenSim.Services.Connectors.Simulation
// m_log.DebugFormat("[REMOTE SIMULATION CONNECTOR]: QueryAccess start, position={0}", position);
IPEndPoint ext = destination.ExternalEndPoint;
if (ext == null) return false;
// Eventually, we want to use a caps url instead of the agentID
string uri = destination.ServerURI + AgentPath() + agentID + "/" + destination.RegionID.ToString() + "/";