]> xenbits.xensource.com Git - libvirt.git/commitdiff
apparmor: Add missing comma
authorJiri Denemark <jdenemar@redhat.com>
Mon, 6 Feb 2012 08:22:46 +0000 (09:22 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 6 Feb 2012 08:22:46 +0000 (09:22 +0100)
Typo introduced by c18a88ac

src/security/virt-aa-helper.c

index 1971f4011e8acb593c549685a0f6efb342b45e27..3c9e5418d0befe269dbb8f1650d058f8c7e8105b 100644 (file)
@@ -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)