]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: fix typo in VIR_MOCK_WRAP_RET_ARGS()
authorLaine Stump <laine@redhat.com>
Mon, 16 Nov 2020 21:46:04 +0000 (16:46 -0500)
committerLaine Stump <laine@redhat.com>
Tue, 24 Nov 2020 19:20:32 +0000 (14:20 -0500)
commit28a3deddddfe102b37f2e373bf4581c2ce8d2050
treee366e09aec02559f000603ccbcfcfed7955abd2b
parenta32cc82793f054f4efa7fc92e76152c4c24b7006
util: fix typo in VIR_MOCK_WRAP_RET_ARGS()

When virfirewalltest.c was first written in commit 3a0ca7de51 (March
2013), a conditional accidentally tested for "ipv4" instead of
"ipv6". Since the file ended up only testing ipv4 rules, this has
never made any difference in practice, but I'm making some other
changes in this file and just couldn't let it stand :-)

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tests/virfirewalltest.c