some cleanup

This commit is contained in:
UbitUmarov
2022-04-21 00:22:32 +01:00
parent 3c5d148cac
commit e5af49a161
3 changed files with 25 additions and 80 deletions

View File

@@ -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;