[libvirt] [PATCH] apparmor: Add missing comma

Jiri Denemark jdenemar at redhat.com
Mon Feb 6 08:38:06 UTC 2012


Typo introduced by c18a88ac
---
Pushed as build-breaker.

 src/security/virt-aa-helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
index 1971f40..3c9e541 100644
--- a/src/security/virt-aa-helper.c
+++ b/src/security/virt-aa-helper.c
@@ -917,7 +917,7 @@ get_files(vahControl * ctl)
         int ret = virDomainDiskDefForeachPath(ctl->def->disks[i],
                                               ctl->allowDiskFormatProbing,
                                               true,
-                                              -1, -1 /* current uid:gid */
+                                              -1, -1, /* current uid:gid */
                                               add_file_path,
                                               &buf);
         if (ret != 0)
-- 
1.7.8.4




More information about the libvir-list mailing list