Skip to content

Commit

Permalink
Remove unregisterMessageHandler from NetMsgRegistrar thread (sonic-ne…
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavhd authored Jan 27, 2021
1 parent b8b1506 commit f1b2e47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vslib/src/NetMsgRegistrar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ void NetMsgRegistrar::run()
}
}

swss::NetDispatcher::getInstance().unregisterMessageHandler(RTM_NEWLINK);
swss::NetDispatcher::getInstance().unregisterMessageHandler(RTM_DELLINK);

SWSS_LOG_NOTICE("netlink msg listener ended");
}

Expand Down

0 comments on commit f1b2e47

Please sign in to comment.