mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Revert "Merging in diva's locking fixes"
This reverts commit 832cc68513.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenSim.Tests.Clients.GridClient
|
||||
new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
|
||||
log4net.Config.BasicConfigurator.Configure(consoleAppender);
|
||||
|
||||
string serverURI = "http://127.0.0.1:" + ConfigSettings.DefaultGridServerHttpPort;
|
||||
string serverURI = "http://127.0.0.1:8001";
|
||||
GridServicesConnector m_Connector = new GridServicesConnector(serverURI);
|
||||
|
||||
GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000);
|
||||
|
||||
Reference in New Issue
Block a user