mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 10:25:16 +00:00
qemu: Fix improper indention
Commit id 'ce61c164' indented wrong - not sure how I did that...
This commit is contained in:
parent
d523fd81ba
commit
e3d3c04a6c
@ -5041,20 +5041,20 @@ qemuBuildChrChardevStr(virLogManagerPtr logManager,
|
||||
telnet ? ",telnet" : "",
|
||||
dev->data.tcp.listen ? ",server,nowait" : "");
|
||||
|
||||
if (cfg->chardevTLS) {
|
||||
char *objalias = NULL;
|
||||
if (cfg->chardevTLS) {
|
||||
char *objalias = NULL;
|
||||
|
||||
if (qemuBuildTLSx509CommandLine(cmd, cfg->chardevTLSx509certdir,
|
||||
dev->data.tcp.listen,
|
||||
cfg->chardevTLSx509verify,
|
||||
alias, qemuCaps) < 0)
|
||||
goto error;
|
||||
if (qemuBuildTLSx509CommandLine(cmd, cfg->chardevTLSx509certdir,
|
||||
dev->data.tcp.listen,
|
||||
cfg->chardevTLSx509verify,
|
||||
alias, qemuCaps) < 0)
|
||||
goto error;
|
||||
|
||||
if (!(objalias = qemuAliasTLSObjFromChardevAlias(alias)))
|
||||
goto error;
|
||||
virBufferAsprintf(&buf, ",tls-creds=%s", objalias);
|
||||
VIR_FREE(objalias);
|
||||
}
|
||||
if (!(objalias = qemuAliasTLSObjFromChardevAlias(alias)))
|
||||
goto error;
|
||||
virBufferAsprintf(&buf, ",tls-creds=%s", objalias);
|
||||
VIR_FREE(objalias);
|
||||
}
|
||||
break;
|
||||
|
||||
case VIR_DOMAIN_CHR_TYPE_UNIX:
|
||||
|
Loading…
x
Reference in New Issue
Block a user