diff options
Diffstat (limited to '')
-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 = |