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:
Matthias Bolte 2010-01-15 00:27:12 +01:00
parent 0276587287
commit cfe49446d3

View File

@ -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: {