]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix compilation of virt-aa-helper.c
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 14 Jan 2010 23:27:12 +0000 (00:27 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 15 Jan 2010 11:06:03 +0000 (12:06 +0100)
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

index 3c8b49a96d89a9252ac454462ef7432cd8c81c25..1b0b2cd1269c6230a8e5f1da3a370259681a764b 100644 (file)
@@ -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: {