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()
{
int iCurDecision;
int iCurDecision = 0; // dummy initialization
bool bDecisionFound = false;