qemuMigrationParamsResetTLS: Fix comment

The comment mentioned that the function resets migration params, but
that is not true as of commit eb54cb473a

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-03-09 08:04:54 +01:00
parent 3b61106550
commit 7a34e04d82

View File

@ -1061,7 +1061,7 @@ qemuMigrationParamsDisableTLS(virDomainObjPtr vm,
* @apiFlags: API flags used to start the migration * @apiFlags: API flags used to start the migration
* *
* Deconstruct all the setup possibly done for TLS - delete the TLS and * 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 static void
qemuMigrationParamsResetTLS(virQEMUDriverPtr driver, qemuMigrationParamsResetTLS(virQEMUDriverPtr driver,