Skip to content

Commit

Permalink
ofproto-dpif-xlate: Remove uncessary assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Zhou <[email protected]>
Tested-by: Greg Rose <[email protected]>
Reviewed-by: Greg Rose <[email protected]>
  • Loading branch information
azhou-nicira committed Sep 27, 2017
1 parent 60eebf1 commit 5fbd022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofproto/ofproto-dpif-xlate.c
Original file line number Diff line number Diff line change
Expand Up @@ -5373,7 +5373,6 @@ compose_clone(struct xlate_ctx *ctx, const struct ofpact_nest *oc)
if (ctx->xbridge->support.clone) { /* Use clone action */
/* Use clone action as datapath clone. */
offset = nl_msg_start_nested(ctx->odp_actions, OVS_ACTION_ATTR_CLONE);
ac_offset = ctx->odp_actions->size;
do_xlate_actions(oc->actions, oc_actions_len, ctx);
if (ctx->freezing) {
finish_freezing(ctx);
Expand Down

0 comments on commit 5fbd022

Please sign in to comment.