]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: remove cleanup label from libxlDomainMigrationSrcPerform
authorJán Tomko <jtomko@redhat.com>
Wed, 22 Jun 2022 05:32:42 +0000 (07:32 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 22 Jun 2022 10:28:29 +0000 (12:28 +0200)
commitcf1a7df57748447109ffa5589f2e1d8864a72a6b
treebbb36d23dd9bb9fb40d76e6cb7d3cc60f443d00d
parent7b5dd948b8c2d7c2e3cc3cb09c29b3c928d19bef
libxl: remove cleanup label from libxlDomainMigrationSrcPerform

Use VIR_AUTOCLOSE for the remaining file descriptor that uses
manual cleanup and remove the label.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/libxl/libxl_migration.c