[ovs-dev] [PATCH] ovsdb-idl: Fix double-remove in ovsdb_idl_condition_reset().

Ben Pfaff blp at ovn.org
Tue Aug 16 00:11:11 UTC 2016


On Mon, Aug 15, 2016 at 01:40:36PM -0700, Andy Zhou wrote:
> On Sat, Aug 13, 2016 at 5:37 PM, Ben Pfaff <blp at ovn.org> wrote:
> 
> > Both ovsdb_idl_condition_reset() and ovsdb_idl_clause_free() call
> > ovs_list_remove() on the clause's 'node' member, but it should only be
> > called once.
> >
> > Signed-off-by: Ben Pfaff <blp at ovn.org>
> >
> 
>  Acked-by: Andy Zhou <azhou at ovn.org>

Thanks, applied.



More information about the dev mailing list