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;
|
||||
|
||||
VIR_DEBUG("Setting domain security labels");
|
||||
if (qemuSecuritySetAllLabel(driver,
|
||||
vm,
|
||||
incoming ? incoming->path : NULL) < 0)
|
||||
goto cleanup;
|
||||
if (qemuSecuritySetAllLabel(driver,
|
||||
vm,
|
||||
incoming ? incoming->path : NULL) < 0)
|
||||
goto cleanup;
|
||||
|
||||
/* Security manager labeled all devices, therefore
|
||||
* if any operation from now on fails, we need to ask the caller to
|
||||
|
Loading…
Reference in New Issue
Block a user