mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
lxcParseConfigString: Don't return success if post parse callback fails
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
4f148d5154
commit
f5897820ca
@ -1190,7 +1190,7 @@ lxcParseConfigString(const char *config,
|
||||
|
||||
if (virDomainDefPostParse(vmdef, caps, VIR_DOMAIN_DEF_PARSE_ABI_UPDATE,
|
||||
xmlopt, NULL) < 0)
|
||||
goto cleanup;
|
||||
goto error;
|
||||
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user