ofp-util: Fully initialize flow_wildcards in ofputil_cls_rule_from_match().
authorBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 00:11:55 +0000 (16:11 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 21:44:06 +0000 (13:44 -0800)
commitf9ba8dad04b6f1b6c2994b462b13531f6e2f24c4
treed75e1cb80136163412a45574b0140768aa4c484f
parent06448753e21dcacdce11d7a7e55526561836f550
ofp-util: Fully initialize flow_wildcards in ofputil_cls_rule_from_match().

The new 'zero' member was not being properly initialized.  One approach
would be to add an assignment, but it seems more future-proof to let
flow_wildcards_init_catchall() do the right thing.

Noticed by valgrind.

Acked-by: Jesse Gross <jesse@nicira.com>
lib/ofp-util.c