test: Extend malformed packet test to actually check that a valid packet can get through after the malformed ones have been sent

This commit is contained in:
Justin Clarke Casey
2008-10-30 22:32:23 +00:00
parent 419775c72b
commit 5feaff8524
8 changed files with 140 additions and 23 deletions

View File

@@ -97,8 +97,10 @@ namespace OpenSim.Framework
{
IClientAPI client;
bool tryGetRet = false;
lock (m_clients)
tryGetRet = m_clients.TryGetValue(circuitCode, out client);
if (tryGetRet)
{
client.InPacket(packet);