]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: backup: Remove note that TLS should be implemented
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 Sep 2020 15:58:09 +0000 (17:58 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Sep 2020 13:25:22 +0000 (15:25 +0200)
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>
src/qemu/qemu_backup.c

index a402730d38e25b6c3701acfe3d68116f508259f4..2f1a6128031a736c9008f9cb21a933925913b441 100644 (file)
@@ -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);