apparmor: Add missing comma

Typo introduced by c18a88ac
This commit is contained in:
Jiri Denemark 2012-02-06 09:22:46 +01:00
parent f228917a5c
commit 3ecc06f4d5

View 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)