aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Bolte <matthias.bolte@googlemail.com>2010-01-15 00:27:12 +0100
committerMatthias Bolte <matthias.bolte@googlemail.com>2010-01-15 12:06:03 +0100
commitcfe49446d3d2b181db69330a01a609bf84490072 (patch)
tree3006953df081420b1fad6bc9a8b1fc6454bd6939
parentxen: do not report a write-to-Xen-daemon failure as a read failure (diff)
downloadlibvirt-cfe49446d3d2b181db69330a01a609bf84490072.tar.gz
libvirt-cfe49446d3d2b181db69330a01a609bf84490072.tar.bz2
libvirt-cfe49446d3d2b181db69330a01a609bf84490072.zip
Fix compilation of virt-aa-helper.c
Commit 5073aa994af460e775cb3e548528e28d7660fcc8 added an additional '}' to a case block that messed up the block structure of the get_files function.
-rw-r--r--src/security/virt-aa-helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
index 3c8b49a96..1b0b2cd12 100644
--- a/src/security/virt-aa-helper.c
+++ b/src/security/virt-aa-helper.c
@@ -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: {