diff options
author | Diva Canto | 2012-11-07 19:59:54 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-07 19:59:54 -0800 |
commit | eb273b808ee9723ff386729b0f19e5770ef86af4 (patch) | |
tree | 846e77059874ee36680ff4ba98d7abaf2ca857a5 /OpenSim/Services/Connectors/Hypergrid | |
parent | Change user message on TeskInventoryAccepted to let the viewer format it (diff) | |
download | opensim-SC_OLD-eb273b808ee9723ff386729b0f19e5770ef86af4.zip opensim-SC_OLD-eb273b808ee9723ff386729b0f19e5770ef86af4.tar.gz opensim-SC_OLD-eb273b808ee9723ff386729b0f19e5770ef86af4.tar.bz2 opensim-SC_OLD-eb273b808ee9723ff386729b0f19e5770ef86af4.tar.xz |
HG: Hopefully this fixes the issues with port 80 once and for all.
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs index 19dffc3..5bcff48 100644 --- a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs | |||
@@ -321,7 +321,7 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
321 | args["destination_uuid"] = OSD.FromString(destination.RegionID.ToString()); | 321 | args["destination_uuid"] = OSD.FromString(destination.RegionID.ToString()); |
322 | args["teleport_flags"] = OSD.FromString(flags.ToString()); | 322 | args["teleport_flags"] = OSD.FromString(flags.ToString()); |
323 | 323 | ||
324 | OSDMap result = WebUtil.PostToService(uri, args, 20000); | 324 | OSDMap result = WebUtil.PostToService(uri, args, 80000); |
325 | if (result["Success"].AsBoolean()) | 325 | if (result["Success"].AsBoolean()) |
326 | { | 326 | { |
327 | OSDMap unpacked = (OSDMap)result["_Result"]; | 327 | OSDMap unpacked = (OSDMap)result["_Result"]; |