1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-06 17:17:56 +03:00

qemuMigrationCookieXMLParse: Remove comment mentioning that error was already set

Most of our functions report errors so there's no need to mention it
here again.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2020-09-30 15:04:45 +02:00
parent a9b4e523d7
commit 8c3f86e290

View File

@ -1307,11 +1307,8 @@ qemuMigrationCookieXMLParse(qemuMigrationCookiePtr mig,
VIR_DOMAIN_DEF_PARSE_INACTIVE |
VIR_DOMAIN_DEF_PARSE_ABI_UPDATE_MIGRATION |
VIR_DOMAIN_DEF_PARSE_SKIP_VALIDATE);
if (!mig->persistent) {
/* virDomainDefParseNode already reported
* an error for us */
if (!mig->persistent)
goto error;
}
}
if ((flags & QEMU_MIGRATION_COOKIE_NETWORK) &&