classifier: Fix segfault iterating with rules that differ only in priority.
[openvswitch] / tests / test-flows.c
index 3d31aae1643297c944f333881911d5877241a6f2..a4649b3f81de1e38202eecaec5454b4cbebf465f 100644 (file)
@@ -54,7 +54,7 @@ main(int argc OVS_UNUSED, char *argv[])
     while (fread(&expected_match, sizeof expected_match, 1, flows)) {
         struct ofpbuf *packet;
         struct ofp_match extracted_match;
-        flow_t flow;
+        struct flow flow;
 
         n++;