mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 05:17:59 +00:00
add missing for
This commit is contained in:
parent
be495f2125
commit
aa0b2030c7
@ -293,7 +293,7 @@ sub fetch_usernames_from_uids ($) {
|
||||
#which causes, HTTP:Message to fail. Looping on the array elements
|
||||
#stops this from happening, and since these are all numbers it
|
||||
#will not cause problems.
|
||||
my $foo (@uids) {
|
||||
for my $foo (@uids) {
|
||||
Encode::_utf8_off($foo);
|
||||
}
|
||||
my $res = $repo_client->send_request('LoginNamesFromUserIds', [@uids]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user