]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virfirewall: Don't check OOM in ADD_ARG macro
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Feb 2021 16:34:35 +0000 (17:34 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 2 Mar 2021 08:50:19 +0000 (09:50 +0100)
commitb8aa25f5606c34d3be7e29ef4ce815ab273fe6fc
tree920bbc978e13f6b41a530730a910a6bad8aa7684
parent22dbafe092d5c3d66f3ed724f28e3fb3980486b4
virfirewall: Don't check OOM in ADD_ARG macro

VIR_RESIZE_N can't fail nowadays, adjust the macro.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/util/virfirewall.c