Bug 6638 Failed entries marked as completed also counted as completed
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / connection / StackedSegment.java
index c971c663af5596537d3e49f430862b858220215f..43aa002ac7f6c8f9d7fa92e7900d3b44b76e3464 100644 (file)
@@ -180,6 +180,7 @@ final class StackedSegment {
 
             if (!entry.isCompleted()) {
                 entry.fail(cause);
+                completeCount++;
                 ret++;
             }
         }