no functional changes.

Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
---
 lib/ofp-actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c
index 06f9f6b..d6747b0 100644
--- a/lib/ofp-actions.c
+++ b/lib/ofp-actions.c
@@ -1092,7 +1092,7 @@ ofpacts_from_openflow11_for_action_set(const union 
ofp_action *in,
     struct ofpact *a;
     size_t start = out->size;
 
-    error = ofpacts_from_openflow(in, n_in, out, ofpact_from_openflow11);
+    error = ofpacts_from_openflow11(in, n_in, out);
     if (error) {
         return error;
     }
-- 
1.8.3.1

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to