Fix configuration/ini expansion issue. Thanks to smxy for testing.
parent
08874d6b9e
commit
a97f6f8668
|
@ -203,10 +203,10 @@ namespace OpenSim
|
|||
m_config.Source.Merge(envConfigSource);
|
||||
}
|
||||
|
||||
ReadConfigSettings();
|
||||
|
||||
m_config.Source.ExpandKeyValues();
|
||||
|
||||
ReadConfigSettings();
|
||||
|
||||
return m_config;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue