Skip to content

Commit

Permalink
Merge "Fix sanity issue"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 18, 2016
2 parents d052799 + 9d92987 commit 2d4d103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vnsw/agent/pkt/flow_proto.cc
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 2d4d103

Please sign in to comment.