mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
qemu: backup: Remove note that TLS should be implemented
Commit 423576679a5 implementing TLS forgot to remove the comment. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
6c2d91118d
commit
5058062b5d
@ -805,7 +805,6 @@ qemuBackupBegin(virDomainObjPtr vm,
|
||||
if (qemuDomainObjEnterMonitorAsync(priv->driver, vm, QEMU_ASYNC_JOB_BACKUP) < 0)
|
||||
goto endjob;
|
||||
|
||||
/* TODO: TLS is a must-have for the modern age */
|
||||
if (pull) {
|
||||
if (tlsSecretProps)
|
||||
rc = qemuMonitorAddObject(priv->mon, &tlsSecretProps, &tlsSecretAlias);
|
||||
|
Loading…
x
Reference in New Issue
Block a user