diff options
| -rwxr-xr-x | indra/llmessage/llcircuit.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcircuit.cpp b/indra/llmessage/llcircuit.cpp index 5aaada63b1..3eb0e0d057 100755 --- a/indra/llmessage/llcircuit.cpp +++ b/indra/llmessage/llcircuit.cpp @@ -688,7 +688,7 @@ void LLCircuitData::checkPacketInID(TPACKETID id, BOOL receive_resent)  	// now, check to see if we've got a gap      U32 gap = 0; -	if ((mPacketsInID == id)) +	if (mPacketsInID == id)  	{  		// nope! bump and wrap the counter, then return  		mPacketsInID++;  | 
