mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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,
|
virJSONValuePtr *secProps,
|
||||||
char **secAlias)
|
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 (secinfo) {
|
||||||
if (qemuBuildSecretInfoProps(secinfo, secProps) < 0)
|
if (qemuBuildSecretInfoProps(secinfo, secProps) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user