From b379eaa169a628eaf78334b4cb075202f0873aa8 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sat, 3 Jan 2015 07:56:00 -0800 Subject: Remove the extra key expansion added in commit a88bc50a168ae729307740fa84540e9571258b13. It's not needed. --- OpenSim/Region/Application/ConfigurationLoader.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Application') 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 Environment.Exit(1); } } - - configSource.Source.ExpandKeyValues(); return success; } -- cgit v1.1