mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00: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:
parent
0a12d96c85
commit
1efdab281f
@ -360,7 +360,6 @@ virNWFilterRuleDefToRuleInst(virNWFilterDefPtr def,
|
||||
inst->nrules,
|
||||
ruleinst) < 0)
|
||||
goto cleanup;
|
||||
inst = NULL;
|
||||
|
||||
ret = 0;
|
||||
cleanup:
|
||||
|
Loading…
x
Reference in New Issue
Block a user