Re: [ovs-dev] [PATCH] OVN: remove useless ds_clear() on actions ds

2018-01-08 Thread Ben Pfaff
On Fri, Jan 05, 2018 at 06:52:00PM +0100, Lorenzo Bianconi wrote: > Remove ds_clear() on actions dynamic string in build_acls() > since they have just been initialized to DS_EMPTY_INITIALIZER > > Signed-off-by: Lorenzo Bianconi Thanks, applied to master.

[ovs-dev] [PATCH] OVN: remove useless ds_clear() on actions ds

2018-01-05 Thread Lorenzo Bianconi
Remove ds_clear() on actions dynamic string in build_acls() since they have just been initialized to DS_EMPTY_INITIALIZER Signed-off-by: Lorenzo Bianconi --- ovn/northd/ovn-northd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ovn/northd/ovn-northd.c