mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Remove GetFullPath call from config includes, because it barfs in Windoze
This commit is contained in:
@@ -187,8 +187,7 @@ namespace OpenSim
|
||||
else
|
||||
{
|
||||
m_log.InfoFormat("Adding {0} to configuration", Path.Combine(Util.configDir(), file));
|
||||
string path = Path.GetFullPath(
|
||||
Path.Combine(Util.configDir(), file));
|
||||
string path = Path.Combine(Util.configDir(), file);
|
||||
string[] paths = Util.Glob(path);
|
||||
foreach (string p in paths)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user