diff options
author | Diva Canto | 2010-12-09 16:52:37 -0800 |
---|---|---|
committer | Diva Canto | 2010-12-09 16:52:37 -0800 |
commit | cefdee8aaf365d0395b44176ff46e48e933bf1bf (patch) | |
tree | 5b884bcaefda0b83b18826ae02828d59cba14f59 /OpenSim/Services/Connectors/Simulation | |
parent | Make configs consistent, as per mantos #5258 (diff) | |
download | opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.zip opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.tar.gz opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.tar.bz2 opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.tar.xz |
Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks command. mantis #5259
Diffstat (limited to 'OpenSim/Services/Connectors/Simulation')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index e2032d9..4e3cfa5 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -235,6 +235,7 @@ namespace OpenSim.Services.Connectors.Simulation | |||
235 | m_log.Warn("[REMOTE SIMULATION CONNECTOR]: PackAgentCircuitData failed with exception: " + e.Message); | 235 | m_log.Warn("[REMOTE SIMULATION CONNECTOR]: PackAgentCircuitData failed with exception: " + e.Message); |
236 | return null; | 236 | return null; |
237 | } | 237 | } |
238 | |||
238 | // Add the input arguments | 239 | // Add the input arguments |
239 | args["destination_x"] = OSD.FromString(destination.RegionLocX.ToString()); | 240 | args["destination_x"] = OSD.FromString(destination.RegionLocX.ToString()); |
240 | args["destination_y"] = OSD.FromString(destination.RegionLocY.ToString()); | 241 | args["destination_y"] = OSD.FromString(destination.RegionLocY.ToString()); |