From: Matthias Bolte Date: Thu, 14 Jan 2010 23:27:12 +0000 (+0100) Subject: Fix compilation of virt-aa-helper.c X-Git-Tag: v0.7.6~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe49446d3d2b181db69330a01a609bf84490072;p=thirdparty%2Flibvirt.git 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. --- 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: {