From: Peter Krempa Date: Mon, 9 Mar 2020 07:04:54 +0000 (+0100) Subject: qemuMigrationParamsResetTLS: Fix comment X-Git-Tag: v6.2.0-rc1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a34e04d82ba61613c5fa1f8c265cbf2c0276b39;p=thirdparty%2Flibvirt.git qemuMigrationParamsResetTLS: Fix comment The comment mentioned that the function resets migration params, but that is not true as of commit eb54cb473a8d140e0dd4a7bd42e8bcd72b056368 Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_migration_params.c b/src/qemu/qemu_migration_params.c index 8c552ab9a0..563180fa1e 100644 --- a/src/qemu/qemu_migration_params.c +++ b/src/qemu/qemu_migration_params.c @@ -1061,7 +1061,7 @@ qemuMigrationParamsDisableTLS(virDomainObjPtr vm, * @apiFlags: API flags used to start the migration * * Deconstruct all the setup possibly done for TLS - delete the TLS and - * security objects, free the secinfo, and reset the migration params to "". + * security objects and free the secinfo */ static void qemuMigrationParamsResetTLS(virQEMUDriverPtr driver,