From: YAMAMOTO Takashi Date: Wed, 16 Oct 2013 08:26:17 +0000 (+0900) Subject: ofp-actions: Consistently use helper function. X-Git-Tag: sliver-openvswitch-2.0.90-1~7^2~54 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3d7e1e943220d0e77b1a472cfb38b096b6a8617f;p=sliver-openvswitch.git ofp-actions: Consistently use helper function. No functional changes. Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- 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; }