We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9120501 + 4281ae3 commit 47a0c3aCopy full SHA for 47a0c3a
src/backend/bs_srcserver
@@ -1171,7 +1171,7 @@ sub getprojpack {
1171
my $limit = $BSConfig::limit_projects->{$arch};
1172
if ($BSConfig::limit_projects_use_regex || $BSConfig::limit_projects_use_regex) {
1173
$limit_projids = {};
1174
- for my $projid (splice @$projids) {
+ for my $projid (@$projids) {
1175
$limit_projids->{$projid} = 1 if grep {$projid =~ /^$_$/} @$limit;
1176
}
1177
} else {
0 commit comments