ofproto-dpif: Fix uninitialized data in ofproto_dpif_execute_actions().
authorBen Pfaff <blp@nicira.com>
Wed, 4 Jun 2014 22:38:34 +0000 (15:38 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Jun 2014 18:39:44 +0000 (11:39 -0700)
commit016143f26f3d563e41e02c7a3f9a422d0e8caa9d
tree7f7a631f32b7b77c7123588382fa8d510e01dd9c
parentaad5cf96377c99049efabb997d983bd641a2a249
ofproto-dpif: Fix uninitialized data in ofproto_dpif_execute_actions().

The dp_hash and recirc_id fields weren't being initialized.

Found by valgrind.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
ofproto/ofproto-dpif.c