fix stats reply handler
Change-Id: Ibd218affcd3c5a2f1467c0954d0ecfdfb4a20baa
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -186,7 +186,7 @@ public class OpenFlowControllerImpl implements OpenFlowController { | ... | @@ -186,7 +186,7 @@ public class OpenFlowControllerImpl implements OpenFlowController { |
186 | l.switchChanged(dpid); | 186 | l.switchChanged(dpid); |
187 | } | 187 | } |
188 | } | 188 | } |
189 | - break; | 189 | + // fall through to invoke handler |
190 | case FLOW_REMOVED: | 190 | case FLOW_REMOVED: |
191 | case ERROR: | 191 | case ERROR: |
192 | case BARRIER_REPLY: | 192 | case BARRIER_REPLY: | ... | ... |
-
Please register or login to post a comment