]> git.proxmox.com Git - mirror_ovs.git/commit
OVN: remove useless ds_clear() on actions ds
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Fri, 5 Jan 2018 17:52:00 +0000 (18:52 +0100)
committerBen Pfaff <blp@ovn.org>
Mon, 8 Jan 2018 16:41:41 +0000 (08:41 -0800)
commiteddb84a1646c07c7c8ca5f5f147f4231273c235e
tree65cde90ba6068e91ff42cc530ce3e94d2b3a7962
parent17551f585b4e8e6d806c117cd69f4f2031969d26
OVN: remove useless ds_clear() on actions ds

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 <lorenzo.bianconi@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/northd/ovn-northd.c