Skip to content

Commit

Permalink
ofproto-dpif-upcall: Indentation fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
  • Loading branch information
blp committed Jul 24, 2015
1 parent 7033c5a commit 0a1017c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofproto/ofproto-dpif-upcall.c
Expand Up @@ -695,7 +695,7 @@ recv_upcalls(struct handler *handler)
upcall->ufid = &dupcall->ufid;

upcall->out_tun_key = dupcall->out_tun_key;
upcall->actions = dupcall->actions;
upcall->actions = dupcall->actions;

if (vsp_adjust_flow(upcall->ofproto, flow, &dupcall->packet)) {
upcall->vsp_adjusted = true;
Expand Down

0 comments on commit 0a1017c

Please sign in to comment.