diff options
author | Diva Canto | 2015-01-03 07:56:00 -0800 |
---|---|---|
committer | Diva Canto | 2015-01-03 07:56:00 -0800 |
commit | b379eaa169a628eaf78334b4cb075202f0873aa8 (patch) | |
tree | b8fd0ccca112e375def349cc54b403cae7e9820f /OpenSim/Region/Application | |
parent | Comment out the suppression of console output for mono addins in robust too. ... (diff) | |
download | opensim-SC_OLD-b379eaa169a628eaf78334b4cb075202f0873aa8.zip opensim-SC_OLD-b379eaa169a628eaf78334b4cb075202f0873aa8.tar.gz opensim-SC_OLD-b379eaa169a628eaf78334b4cb075202f0873aa8.tar.bz2 opensim-SC_OLD-b379eaa169a628eaf78334b4cb075202f0873aa8.tar.xz |
Remove the extra key expansion added in commit a88bc50a168ae729307740fa84540e9571258b13. It's not needed.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 6e7bd1c..b19e549 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -325,8 +325,6 @@ namespace OpenSim | |||
325 | Environment.Exit(1); | 325 | Environment.Exit(1); |
326 | } | 326 | } |
327 | } | 327 | } |
328 | |||
329 | configSource.Source.ExpandKeyValues(); | ||
330 | return success; | 328 | return success; |
331 | } | 329 | } |
332 | 330 | ||