X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fnetflow.c;h=e9382afe9be707b2feccd6d0d2d84992e29265be;hb=a5ed8fe32cb3c996837c61af2e358fa34dc9936f;hp=7729906c137ce64d93a9d5cb8b91eb284b9ca3b7;hpb=1f317cb5c2aa446c4b0252634a4a70dcc3682f93;p=sliver-openvswitch.git diff --git a/ofproto/netflow.c b/ofproto/netflow.c index 7729906c1..e9382afe9 100644 --- a/ofproto/netflow.c +++ b/ofproto/netflow.c @@ -270,7 +270,6 @@ netflow_expire__(struct netflow *nf, struct netflow_flow *nf_flow) } /* Update flow tracking data. */ - nf_flow->created = 0; nf_flow->packet_count = 0; nf_flow->byte_count = 0; nf_flow->tcp_flags = 0;