From 91c2e53277078f2f32ee8057dbb57e29e1cba78b Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 24 Oct 2008 19:40:45 +0000 Subject: * Change AddClient test such that we now successfully authenticate * The fact that the assert passed even when authentication failed reveals a bug in the code that will be corrected soonish --- OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index b786989..2e9af74 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs @@ -395,8 +395,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP "[CLIENT]: Adding new circuit for agent {0}, circuit code {1}", useCircuit.CircuitCode.ID, useCircuit.CircuitCode.Code); - clientCircuits.Add(epSender, useCircuit.CircuitCode.Code); - + clientCircuits.Add(epSender, useCircuit.CircuitCode.Code); isNewCircuit = true; } } -- cgit v1.1