mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Fix build break
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenSim.Server
|
||||
servicesList.Add(v);
|
||||
}
|
||||
|
||||
connList = servicesConfig.Join(",");
|
||||
connList = String.Join(",", servicesList.ToArray());
|
||||
}
|
||||
|
||||
string[] conns = connList.Split(new char[] {',', ' ', '\n', '\r', '\t'});
|
||||
|
||||
Reference in New Issue
Block a user