Skip to content

Commit

Permalink
We should increment the increment when we continue (sonic-net#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasant17 authored and zhenggen-xu committed Nov 22, 2019
1 parent 61fed20 commit 53cedef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2145,6 +2145,7 @@ void PortsOrch::doPortTask(Consumer &consumer)
{
// Port has one or more dependencies, cannot remove
SWSS_LOG_WARN("Cannot to remove port because of dependency");
it++;
continue;
}

Expand Down

0 comments on commit 53cedef

Please sign in to comment.