mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
Fix compilation of virt-aa-helper.c
Commit 5073aa994a
added an additional
'}' to a case block that messed up the block structure of the get_files
function.
This commit is contained in:
parent
0276587287
commit
cfe49446d3
@ -851,7 +851,6 @@ get_files(vahControl * ctl)
|
||||
if (rc != 0)
|
||||
goto clean;
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* TODO: update so files in /sys are readonly
|
||||
case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI: {
|
||||
|
Loading…
Reference in New Issue
Block a user