mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-24 09:49:59 +03:00
nwfilter: remove pointless assignment
Changing a parameter passed by value has no effect. Introduced by <commit 3f74b2eb>. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@ -360,7 +360,6 @@ virNWFilterRuleDefToRuleInst(virNWFilterDefPtr def,
|
|||||||
inst->nrules,
|
inst->nrules,
|
||||||
ruleinst) < 0)
|
ruleinst) < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
inst = NULL;
|
|
||||||
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
cleanup:
|
cleanup:
|
||||||
|
Reference in New Issue
Block a user