Fix build break

connector_plugin
Melanie 2012-10-08 19:02:21 +01:00
parent 839aa57b42
commit f65218f826
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ namespace OpenSim.Server
servicesList.Add(v); servicesList.Add(v);
} }
connList = servicesConfig.Join(","); connList = String.Join(",", servicesList.ToArray());
} }
string[] conns = connList.Split(new char[] {',', ' ', '\n', '\r', '\t'}); string[] conns = connList.Split(new char[] {',', ' ', '\n', '\r', '\t'});