ofp-actions: Consistently use helper function.
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 16 Oct 2013 08:26:17 +0000 (17:26 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Oct 2013 16:55:00 +0000 (09:55 -0700)
No functional changes.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-actions.c

index a5b1090..da7c642 100644 (file)
@@ -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;
     }