small compile fix
This commit is contained in:
parent
c841fb31fd
commit
7a856e1ea3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue