MAINT-1945: correct total bytes sent in log stats

master
Oz Linden 2016-02-12 16:58:33 -05:00
parent ba2fccf6dc
commit be8844ff3b
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@ S32 LLMessageSystem::sendMessage(const LLHost &host)
mPacketsOut++;
mBytesOut += buffer_length;
mTotalBytesOut += buffer_length;
mSendReliable = FALSE;
mReliablePacketParams.clear();