Skip to content

Commit

Permalink
Merge pull request sonic-net#212 from kcudnik/logfix2
Browse files Browse the repository at this point in the history
Remove mutex lock on syncd reinit
  • Loading branch information
yxieca authored Aug 19, 2017
2 parents a45941d + 11b9a85 commit 3f4afbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions syncd/syncd_reinit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,6 @@ void onSyncdStart(bool warmStart)
// id's for ports, this may cause race condition so we need
// to use a lock here to prevent that

std::lock_guard<std::mutex> lock(g_db_mutex);

SWSS_LOG_ENTER();

SWSS_LOG_TIMER("on syncd start");
Expand Down

0 comments on commit 3f4afbb

Please sign in to comment.