mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
nwfilter: Add missing goto err_exit in error path
https://bugzilla.redhat.com/show_bug.cgi?id=1071095 Add a missing goto err_exit in the error path where an unsupported value is assigned to the CTRL_IP_LEARNING key. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
06e788e518
commit
41064facd4
@ -732,6 +732,7 @@ virNWFilterInstantiate(const unsigned char *vmuuid ATTRIBUTE_UNUSED,
|
||||
_("filter '%s' "
|
||||
"learning value '%s' invalid."),
|
||||
filter->name, learning);
|
||||
goto err_exit;
|
||||
}
|
||||
} else
|
||||
goto err_unresolvable_vars;
|
||||
|
Loading…
x
Reference in New Issue
Block a user