From: Peter Krempa Date: Tue, 29 May 2018 18:08:57 +0000 (+0200) Subject: qemu: hotplug: Remove misleading comment in qemuDomainGetTLSObjects X-Git-Tag: v4.5.0-rc1~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a9680432be07e9aa54c49f8a2f7a3f79ebb8132;p=thirdparty%2Flibvirt.git qemu: hotplug: Remove misleading comment in qemuDomainGetTLSObjects 'secinfo' is present also for migrations. Delete the misleading comment. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 76549c9ba6..253e62be90 100644 --- a/src/qemu/qemu_hotplug.c +++ b/src/qemu/qemu_hotplug.c @@ -1505,8 +1505,6 @@ qemuDomainGetTLSObjects(virQEMUCapsPtr qemuCaps, virJSONValuePtr *secProps, char **secAlias) { - /* Add a secret object in order to access the TLS environment. - * The secinfo will only be created for serial TCP device. */ if (secinfo) { if (qemuBuildSecretInfoProps(secinfo, secProps) < 0) return -1;