ofproto-dpif-xlate: Simplify 'sample_actions_len' calculation.
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jul 2015 23:40:38 +0000 (16:40 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 31 Jul 2015 22:14:01 +0000 (15:14 -0700)
commit0731abc59db08656c7d72761c7a730dad9e928b8
tree6f327897d57b342a2b98aabf01d4cc782b6e043b
parent2f739af0f43318557e7935ebdffa8abe0cddf27b
ofproto-dpif-xlate: Simplify 'sample_actions_len' calculation.

It's always the size of 'odp_actions' following adding the sample actions.

This is a stylistic change that should not change behavior.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto-dpif-xlate.c