Skip to content

Commit c40677d

Browse files
AntonMyron Sosyak
authored andcommitted
fix compiler warning
1 parent 7a3601f commit c40677d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfgmgr/teammgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ void TeamMgr::doLagTask(Consumer &consumer)
206206
{
207207
int min_links = 0;
208208
bool fallback = false;
209-
bool fast_rate;
209+
bool fast_rate = false;
210210
string admin_status = DEFAULT_ADMIN_STATUS_STR;
211211
string mtu = DEFAULT_MTU_STR;
212212
string learn_mode;

0 commit comments

Comments
 (0)