aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors
diff options
context:
space:
mode:
authorUbitUmarov2017-05-29 06:50:55 +0100
committerUbitUmarov2017-05-29 06:50:55 +0100
commit0f0673552c001cb7a47f77ea80377bd6464f1fac (patch)
tree19feecde579d2ebb39c960fa9b2104ae597a16ee /OpenSim/Services/Connectors
parentsome cleanup and assume Linux/mono DNS is just broken... (diff)
downloadopensim-SC_OLD-0f0673552c001cb7a47f77ea80377bd6464f1fac.zip
opensim-SC_OLD-0f0673552c001cb7a47f77ea80377bd6464f1fac.tar.gz
opensim-SC_OLD-0f0673552c001cb7a47f77ea80377bd6464f1fac.tar.bz2
opensim-SC_OLD-0f0673552c001cb7a47f77ea80377bd6464f1fac.tar.xz
remove a unnecessary dns check
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r--OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs3
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