[libvirt] [PATCH] Fix compilation of virt-aa-helper.c

Matthias Bolte matthias.bolte at googlemail.com
Fri Jan 15 00:24:49 UTC 2010


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 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
index 3c8b49a..1b0b2cd 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: {
-- 
1.6.3.3




More information about the libvir-list mailing list