mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
qemuProcessLaunch: fix indentation
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
3afaae4984
commit
6de3f11637
@ -5582,10 +5582,10 @@ qemuProcessLaunch(virConnectPtr conn,
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
VIR_DEBUG("Setting domain security labels");
|
VIR_DEBUG("Setting domain security labels");
|
||||||
if (qemuSecuritySetAllLabel(driver,
|
if (qemuSecuritySetAllLabel(driver,
|
||||||
vm,
|
vm,
|
||||||
incoming ? incoming->path : NULL) < 0)
|
incoming ? incoming->path : NULL) < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
/* Security manager labeled all devices, therefore
|
/* Security manager labeled all devices, therefore
|
||||||
* if any operation from now on fails, we need to ask the caller to
|
* if any operation from now on fails, we need to ask the caller to
|
||||||
|
Loading…
Reference in New Issue
Block a user