2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 05:17:59 +00:00

add missing for

This commit is contained in:
John Johansen 2008-06-04 11:36:13 +00:00
parent be495f2125
commit aa0b2030c7

View File

@ -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]);