mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 09:55:18 +00:00
qemu: hotplug: Remove misleading comment in qemuDomainGetTLSObjects
'secinfo' is present also for migrations. Delete the misleading comment. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
8f1aac69f5
commit
4a9680432b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user