diff options
author | Jacek Antonelli | 2008-08-15 23:44:52 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:52 -0500 |
commit | 0340e6d3dea28e7bb1da9dc67ac4c2b57354279f (patch) | |
tree | df9029fa98b28a23c44409598764f282c14c4e16 /linden/indra/llmessage/llcircuit.cpp | |
parent | Second Life viewer sources 1.14.0.0 (diff) | |
download | meta-impy-0340e6d3dea28e7bb1da9dc67ac4c2b57354279f.zip meta-impy-0340e6d3dea28e7bb1da9dc67ac4c2b57354279f.tar.gz meta-impy-0340e6d3dea28e7bb1da9dc67ac4c2b57354279f.tar.bz2 meta-impy-0340e6d3dea28e7bb1da9dc67ac4c2b57354279f.tar.xz |
Second Life viewer sources 1.14.0.1
Diffstat (limited to 'linden/indra/llmessage/llcircuit.cpp')
-rw-r--r-- | linden/indra/llmessage/llcircuit.cpp | 2 |
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 | { |