mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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],
|
||||
ctl->allowDiskFormatProbing,
|
||||
true,
|
||||
-1, -1 /* current uid:gid */
|
||||
-1, -1, /* current uid:gid */
|
||||
add_file_path,
|
||||
&buf);
|
||||
if (ret != 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user