vswitchd: fix 32-bit builds
[openvswitch] / lib / flow.c
index 57eddba26776eadc4aca0a0f9e280937c9823c04..c2e99b7824f679a4c53016b7008c49ccb79742c2 100644 (file)
@@ -555,6 +555,7 @@ void
 flow_wildcards_init_exact(struct flow_wildcards *wc)
 {
     memset(&wc->masks, 0xff, sizeof wc->masks);
+    memset(wc->masks.zeros, 0, sizeof wc->masks.zeros);
 }
 
 /* Returns true if 'wc' matches every packet, false if 'wc' fixes any bits or