From 3d7e1e943220d0e77b1a472cfb38b096b6a8617f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 16 Oct 2013 17:26:17 +0900 Subject: [PATCH] ofp-actions: Consistently use helper function. No functional changes. Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- 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 a5b1090f0..da7c64257 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; } -- 2.43.0