Remove the extra key expansion added in commit a88bc50a16. It's not needed.

sedebug
Diva Canto 2015-01-03 07:56:00 -08:00
parent 04e76dc5d6
commit b379eaa169
1 changed files with 0 additions and 2 deletions

View File

@ -325,8 +325,6 @@ namespace OpenSim
Environment.Exit(1); Environment.Exit(1);
} }
} }
configSource.Source.ExpandKeyValues();
return success; return success;
} }