diff options
author | UbitUmarov | 2017-05-29 06:50:55 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-29 06:50:55 +0100 |
commit | 0f0673552c001cb7a47f77ea80377bd6464f1fac (patch) | |
tree | 19feecde579d2ebb39c960fa9b2104ae597a16ee | |
parent | some cleanup and assume Linux/mono DNS is just broken... (diff) | |
download | opensim-SC-0f0673552c001cb7a47f77ea80377bd6464f1fac.zip opensim-SC-0f0673552c001cb7a47f77ea80377bd6464f1fac.tar.gz opensim-SC-0f0673552c001cb7a47f77ea80377bd6464f1fac.tar.bz2 opensim-SC-0f0673552c001cb7a47f77ea80377bd6464f1fac.tar.xz |
remove a unnecessary dns check
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index 9f4d89a..a4ca2d3 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -295,9 +295,6 @@ namespace OpenSim.Services.Connectors.Simulation | |||
295 | 295 | ||
296 | // m_log.DebugFormat("[REMOTE SIMULATION CONNECTOR]: QueryAccess start, position={0}", position); | 296 | // m_log.DebugFormat("[REMOTE SIMULATION CONNECTOR]: QueryAccess start, position={0}", position); |
297 | 297 | ||
298 | IPEndPoint ext = destination.ExternalEndPoint; | ||
299 | if (ext == null) return false; | ||
300 | |||
301 | // Eventually, we want to use a caps url instead of the agentID | 298 | // Eventually, we want to use a caps url instead of the agentID |
302 | string uri = destination.ServerURI + AgentPath() + agentID + "/" + destination.RegionID.ToString() + "/"; | 299 | string uri = destination.ServerURI + AgentPath() + agentID + "/" + destination.RegionID.ToString() + "/"; |
303 | 300 | ||