Skip to content

Commit 53cedef

Browse files
vasant17zhenggen-xu
authored andcommitted
We should increment the increment when we continue (sonic-net#12)
1 parent 61fed20 commit 53cedef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orchagent/portsorch.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,7 @@ void PortsOrch::doPortTask(Consumer &consumer)
21452145
{
21462146
// Port has one or more dependencies, cannot remove
21472147
SWSS_LOG_WARN("Cannot to remove port because of dependency");
2148+
it++;
21482149
continue;
21492150
}
21502151

0 commit comments

Comments
 (0)