Thanks, applied.
On Thu, Apr 16, 2015 at 03:04:46PM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme <[email protected]> > > > On Apr 16, 2015, at 1:48 PM, Ben Pfaff <[email protected]> wrote: > > > > Found by LLVM scan-build. > > > > Reported-by: Kevin Lo <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > lib/ofp-actions.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c > > index 65fa64d..2240b86 100644 > > --- a/lib/ofp-actions.c > > +++ b/lib/ofp-actions.c > > @@ -5308,8 +5308,8 @@ ofpacts_pull_openflow_instructions(struct ofpbuf > > *openflow, > > > > ofpact_pad(ofpacts); > > start = ofpacts->size; > > - on = ofpact_put(ofpacts, OFPACT_WRITE_ACTIONS, > > - offsetof(struct ofpact_nest, actions)); > > + ofpact_put(ofpacts, OFPACT_WRITE_ACTIONS, > > + offsetof(struct ofpact_nest, actions)); > > get_actions_from_instruction(insts[OVSINST_OFPIT11_WRITE_ACTIONS], > > &actions, &actions_len); > > error = ofpacts_decode_for_action_set(actions, actions_len, > > -- > > 2.1.3 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
