aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcircuit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llcircuit.cpp')
-rw-r--r--linden/indra/llmessage/llcircuit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llcircuit.cpp b/linden/indra/llmessage/llcircuit.cpp
index 5187948..d73cc22 100644
--- a/linden/indra/llmessage/llcircuit.cpp
+++ b/linden/indra/llmessage/llcircuit.cpp
@@ -967,7 +967,7 @@ BOOL LLCircuitData::updateWatchDogTimers(LLMessageSystem *msgsys)
967 << (*it).first; 967 << (*it).first;
968 llinfos << str.str().c_str() << llendl; 968 llinfos << str.str().c_str() << llendl;
969 } 969 }
970 mPotentialLostPackets.erase((*(it++)).first); 970 mPotentialLostPackets.erase(it++);
971 } 971 }
972 else 972 else
973 { 973 {