From: Jiri Denemark Date: Mon, 6 Feb 2012 08:22:46 +0000 (+0100) Subject: apparmor: Add missing comma X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3ecc06f4d5bfb6dd42ba4e5f924d18a4a15c490b;p=libvirt.git apparmor: Add missing comma Typo introduced by c18a88ac --- diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index 1971f4011e..3c9e5418d0 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)