mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
some cleanup
This commit is contained in:
@@ -86,7 +86,7 @@ namespace OpenSim.Tests.Common
|
||||
uint port = 0;
|
||||
AgentCircuitManager acm = scene.AuthenticateHandler;
|
||||
|
||||
TestLLUDPServer udpServer = new TestLLUDPServer(IPAddress.Any, ref port, 0, configSource, acm);
|
||||
TestLLUDPServer udpServer = new TestLLUDPServer(IPAddress.Any, port, 0, configSource, acm);
|
||||
udpServer.AddScene(scene);
|
||||
|
||||
return udpServer;
|
||||
|
||||
Reference in New Issue
Block a user