From: Peter Krempa Date: Mon, 14 Sep 2020 15:58:09 +0000 (+0200) Subject: qemu: backup: Remove note that TLS should be implemented X-Git-Tag: v6.8.0-rc1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5058062b5daa6d841154eda7f6a53c39d64e765e;p=thirdparty%2Flibvirt.git qemu: backup: Remove note that TLS should be implemented Commit 423576679a5 implementing TLS forgot to remove the comment. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_backup.c b/src/qemu/qemu_backup.c index a402730d38..2f1a612803 100644 --- a/src/qemu/qemu_backup.c +++ b/src/qemu/qemu_backup.c @@ -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);