aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2010-08-04 03:53:51 +0100
committerDiva Canto2010-08-04 07:52:17 -0700
commit8b6f39b206a2e8cc1bc1f98c68275b9ff83e4baf (patch)
tree815ad3b18d1ce127baf0662aa8338f45457d8c40
parentRemove StandAlone from default hardcoded config (diff)
downloadopensim-SC_OLD-8b6f39b206a2e8cc1bc1f98c68275b9ff83e4baf.zip
opensim-SC_OLD-8b6f39b206a2e8cc1bc1f98c68275b9ff83e4baf.tar.gz
opensim-SC_OLD-8b6f39b206a2e8cc1bc1f98c68275b9ff83e4baf.tar.bz2
opensim-SC_OLD-8b6f39b206a2e8cc1bc1f98c68275b9ff83e4baf.tar.xz
remove more useless defaults
-rw-r--r--OpenSim/Tools/Configger/ConfigurationLoader.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs
index 3d1b668..f82eb58 100644
--- a/OpenSim/Tools/Configger/ConfigurationLoader.cs
+++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs
@@ -249,11 +249,6 @@ namespace OpenSim.Tools.Configger
249 249
250 config.Set("default_location_x", 1000); 250 config.Set("default_location_x", 1000);
251 config.Set("default_location_y", 1000); 251 config.Set("default_location_y", 1000);
252 config.Set("grid_send_key", "null");
253 config.Set("grid_recv_key", "null");
254 config.Set("user_send_key", "null");
255 config.Set("user_recv_key", "null");
256 config.Set("secure_inventory_server", "true");
257 } 252 }
258 253
259 return defaultConfig; 254 return defaultConfig;