mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 22:25:25 +00:00
security_dac: Fix indentation
This commit is contained in:
parent
d77fa847c3
commit
5099084eb3
@ -750,7 +750,7 @@ virSecurityDACRestoreChardevLabel(virSecurityManagerPtr mgr ATTRIBUTE_UNUSED,
|
||||
if (virFileExists(in) && virFileExists(out)) {
|
||||
if ((virSecurityDACRestoreSecurityFileLabel(out) < 0) ||
|
||||
(virSecurityDACRestoreSecurityFileLabel(in) < 0)) {
|
||||
goto done;
|
||||
goto done;
|
||||
}
|
||||
} else if (virSecurityDACRestoreSecurityFileLabel(dev->data.file.path) < 0) {
|
||||
goto done;
|
||||
|
Loading…
Reference in New Issue
Block a user