Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmanman committed Feb 23, 2021
1 parent 035c6cb commit 30b3cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/neighorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ void NeighOrch::doVoqSystemNeighTask(Consumer &consumer)
fvVector.push_back(mac);
m_stateSystemNeighTable->set(state_key, fvVector);

m_m_remoteNeigh[ip_address] = alias
m_remoteNeigh[ip_address] = alias

it = consumer.m_toSync.erase(it);
}
Expand Down

0 comments on commit 30b3cdf

Please sign in to comment.