diff --git a/orchagent/p4orch/p4orch.cpp b/orchagent/p4orch/p4orch.cpp index ada1fa2c77..57d50aa5ce 100644 --- a/orchagent/p4orch/p4orch.cpp +++ b/orchagent/p4orch/p4orch.cpp @@ -171,9 +171,9 @@ void P4Orch::handlePortStatusChangeNotification(const std::string &op, const std { m_wcmpManager->pruneNextHops(port.m_alias); } - - sai_deserialize_free_port_oper_status_ntf(count, port_oper_status); } + + sai_deserialize_free_port_oper_status_ntf(count, port_oper_status); } }