* 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
This commit is contained in:
Justin Clarke Casey
2008-10-24 19:40:45 +00:00
parent 9fa7264c73
commit 91c2e53277
3 changed files with 19 additions and 6 deletions

View File

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