Skip to content

Commit

Permalink
Fix sanity issue
Browse files Browse the repository at this point in the history
Adding missing break for a switch case which was causing
sanity failures

Closes-Bug: 1582526
Change-Id: I8bf4e56c1c8d4421627209271e0849b969b4974a
(cherry picked from commit 8e0a955)
  • Loading branch information
Prabhjot Singh Sethi committed May 17, 2016
1 parent a1bea0e commit 9d92987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vnsw/agent/pkt/flow_proto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ bool FlowProto::FlowEventHandler(FlowEvent *req, FlowTable *table) {
FlowHandler *handler = new FlowHandler(agent(), req->pkt_info(), io_,
this, table->table_index());
RunProtoHandler(handler);
break;
}

case FlowEvent::FLOW_MESSAGE: {
Expand Down

0 comments on commit 9d92987

Please sign in to comment.