mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
minor: don't bother reparsing the sources for includes if ReadConfig() was unsuccessful
This commit is contained in:
@@ -179,9 +179,10 @@ namespace OpenSim
|
||||
for (int i = 0 ; i < sources.Count ; i++)
|
||||
{
|
||||
if (ReadConfig(sources[i]))
|
||||
{
|
||||
iniFileExists = true;
|
||||
|
||||
AddIncludes(sources);
|
||||
AddIncludes(sources);
|
||||
}
|
||||
}
|
||||
|
||||
if (!iniFileExists)
|
||||
|
||||
Reference in New Issue
Block a user