diff options
author | Teravus Ovares | 2008-09-20 17:17:41 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-09-20 17:17:41 +0000 |
commit | 42f04233a4a8c684c8266800cb2b661ea29973a9 (patch) | |
tree | df798c8129e6af862bd39f09ae6a8faa66cebe38 /OpenSim/Region/Environment/Modules/InterGrid | |
parent | XEngine: Fix llGetListEntryType to return the correct type for the LSL types. (diff) | |
download | opensim-SC_OLD-42f04233a4a8c684c8266800cb2b661ea29973a9.zip opensim-SC_OLD-42f04233a4a8c684c8266800cb2b661ea29973a9.tar.gz opensim-SC_OLD-42f04233a4a8c684c8266800cb2b661ea29973a9.tar.bz2 opensim-SC_OLD-42f04233a4a8c684c8266800cb2b661ea29973a9.tar.xz |
* Fix build error, (maybe)
* Might break something.. hard to say.. 0.o
Diffstat (limited to 'OpenSim/Region/Environment/Modules/InterGrid')
-rw-r--r-- | OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index dfa751c..b32985a 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | |||
@@ -552,7 +552,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
552 | // REPLACEMENT | 552 | // REPLACEMENT |
553 | responseMap["region_seed_capability"] = LLSD.FromString(regionCapsHttpProtocol + httpaddr + ":" + reg.HttpPort + "/CAPS/" + userCap.CapsObjectPath + "0000/"); | 553 | responseMap["region_seed_capability"] = LLSD.FromString(regionCapsHttpProtocol + httpaddr + ":" + reg.HttpPort + "/CAPS/" + userCap.CapsObjectPath + "0000/"); |
554 | 554 | ||
555 | 555 | responseMap["rez_avatar"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + rezAvatarPath); | |
556 | responseMap["rez_avatar/rez"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + rezAvatarPath); | 556 | responseMap["rez_avatar/rez"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + rezAvatarPath); |
557 | responseMap["rez_avatar/derez"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + derezAvatarPath); | 557 | responseMap["rez_avatar/derez"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + derezAvatarPath); |
558 | 558 | ||