mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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)
|
if (rc != 0)
|
||||||
goto clean;
|
goto clean;
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/* TODO: update so files in /sys are readonly
|
/* TODO: update so files in /sys are readonly
|
||||||
case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI: {
|
case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI: {
|
||||||
|
Loading…
Reference in New Issue
Block a user