]> git.proxmox.com Git - mirror_ovs.git/commit
dpif-netdev: Don't check if xcalloc() failed when creating meter.
authorJustin Pettit <jpettit@ovn.org>
Wed, 29 Aug 2018 00:28:28 +0000 (17:28 -0700)
committerJustin Pettit <jpettit@ovn.org>
Tue, 4 Sep 2018 20:36:37 +0000 (13:36 -0700)
commitd0db81eac89e0b0304c6e468c9c4d590414181d8
tree4dcd89f6a08742ebf0031d1f4273da241f4ab5b1
parente9b33ad780f3bc712a5de6be9e1e0803fadcd249
dpif-netdev: Don't check if xcalloc() failed when creating meter.

xcalloc() can't return null.

Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/dpif-netdev.c