jsonrpc-py.at: Run tests with Python 2 and 3.
[cascardo/ovs.git] / tests / test-bundle.c
index 83893ff..4f6eb0c 100644 (file)
@@ -76,7 +76,7 @@ parse_bundle_actions(char *actions)
         ovs_fatal(0, "%s", error);
     }
 
-    action = ofpbuf_data(&ofpacts);
+    action = ofpacts.data;
     bundle = ofpact_get_BUNDLE(xmemdup(action, action->len));
     ofpbuf_uninit(&ofpacts);