ofproto-dpif: Avoid bad pointer dereference in execute_odp_actions().
[openvswitch] / ofproto / netflow.c
index 381ff8efcf23a7a895e48d64e19f8ffb6738e67a..f0af436d176b2d7e4868bd0330cd3ce6c64ce2cc 100644 (file)
@@ -104,7 +104,7 @@ struct netflow {
 
 static void
 gen_netflow_rec(struct netflow *nf, struct netflow_flow *nf_flow,
-                struct ofexpired *expired, 
+                struct ofexpired *expired,
                 uint32_t packet_count, uint32_t byte_count)
 {
     struct netflow_v5_header *nf_hdr;