diff options
author | Melanie Thielker | 2008-09-30 10:50:41 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-30 10:50:41 +0000 |
commit | f00b24ff9e0379262b6576d119c5ec53b0cb166b (patch) | |
tree | 781291e9a06bf75b32ab4662fa47fc7486e626ca /OpenSim/Framework | |
parent | Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ... (diff) | |
download | opensim-SC_OLD-f00b24ff9e0379262b6576d119c5ec53b0cb166b.zip opensim-SC_OLD-f00b24ff9e0379262b6576d119c5ec53b0cb166b.tar.gz opensim-SC_OLD-f00b24ff9e0379262b6576d119c5ec53b0cb166b.tar.bz2 opensim-SC_OLD-f00b24ff9e0379262b6576d119c5ec53b0cb166b.tar.xz |
Allow create-region to load files from arbitrary locations
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 5cbc776..34a69d7 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -217,6 +217,11 @@ namespace OpenSim.Framework | |||
217 | 217 | ||
218 | // Apparently, we're applying the same estatesettings regardless of whether it's local or remote. | 218 | // Apparently, we're applying the same estatesettings regardless of whether it's local or remote. |
219 | 219 | ||
220 | // MT: Yes. Estates can't span trust boundaries. Therefore, it can be | ||
221 | // assumed that all instances belonging to one estate are able to | ||
222 | // access the same database server. Since estate settings are lodaed | ||
223 | // from there, that should be sufficient for full remote administration | ||
224 | |||
220 | public RegionInfo(string description, string filename, bool skipConsoleConfig) | 225 | public RegionInfo(string description, string filename, bool skipConsoleConfig) |
221 | { | 226 | { |
222 | configMember = | 227 | configMember = |