From cfe49446d3d2b181db69330a01a609bf84490072 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Fri, 15 Jan 2010 00:27:12 +0100 Subject: [PATCH] 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. --- src/security/virt-aa-helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index 3c8b49a96d..1b0b2cd126 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: {