Skip to content

Commit 30b3cdf

Browse files
committed
Fix typo
1 parent 035c6cb commit 30b3cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/neighorch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ void NeighOrch::doVoqSystemNeighTask(Consumer &consumer)
11231123
fvVector.push_back(mac);
11241124
m_stateSystemNeighTable->set(state_key, fvVector);
11251125

1126-
m_m_remoteNeigh[ip_address] = alias
1126+
m_remoteNeigh[ip_address] = alias
11271127

11281128
it = consumer.m_toSync.erase(it);
11291129
}

0 commit comments

Comments
 (0)