small compile fix

This commit is contained in:
Volker Fischer 2011-06-16 11:48:49 +00:00
parent c841fb31fd
commit 7a856e1ea3

View file

@ -204,7 +204,7 @@ bool CNetBufWithStats::Get ( CVector<uint8_t>& vecbyData )
void CNetBufWithStats::UpdateAutoSetting() void CNetBufWithStats::UpdateAutoSetting()
{ {
int iCurDecision; int iCurDecision = 0; // dummy initialization
bool bDecisionFound = false; bool bDecisionFound = false;