mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user