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