Skip to content

Commit

Permalink
[syncd] Load correct global context id (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Apr 6, 2020
1 parent cd82389 commit 2d68abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/Syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Syncd::Syncd(

m_virtualObjectIdManager =
std::make_shared<sairedis::VirtualObjectIdManager>(
0, // TODO global context, get from command line
m_commandLineOptions->m_globalContext,
m_switchConfigContainer,
m_redisVidIndexGenerator);

Expand Down

0 comments on commit 2d68abc

Please sign in to comment.