apparmor: Add missing comma
Typo introduced by c18a88ac
This commit is contained in:
parent
f228917a5c
commit
3ecc06f4d5
@ -917,7 +917,7 @@ get_files(vahControl * ctl)
|
|||||||
int ret = virDomainDiskDefForeachPath(ctl->def->disks[i],
|
int ret = virDomainDiskDefForeachPath(ctl->def->disks[i],
|
||||||
ctl->allowDiskFormatProbing,
|
ctl->allowDiskFormatProbing,
|
||||||
true,
|
true,
|
||||||
-1, -1 /* current uid:gid */
|
-1, -1, /* current uid:gid */
|
||||||
add_file_path,
|
add_file_path,
|
||||||
&buf);
|
&buf);
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user