Fix configuration/ini expansion issue. Thanks to smxy for testing.

varregion
BlueWall 2013-09-07 13:11:31 -04:00
parent 08874d6b9e
commit a97f6f8668
1 changed files with 2 additions and 2 deletions

View File

@ -203,10 +203,10 @@ namespace OpenSim
m_config.Source.Merge(envConfigSource);
}
ReadConfigSettings();
m_config.Source.ExpandKeyValues();
ReadConfigSettings();
return m_config;
}