Skip to content

Commit

Permalink
[backend] fix scheduler crash in new cross arch build handling code
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 9, 2012
1 parent 48eab39 commit c778297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_sched
Original file line number Diff line number Diff line change
Expand Up @@ -5837,7 +5837,7 @@ while(1) {
if (-s "$myjobsdir/$job") {
# print " - $packid ($packtype)\n";
# print " already scheduled\n";
add_crossmarker($job) if $bconf->{'hostarch'};
add_crossmarker($bconf, $job) if $bconf->{'hostarch'};
my $useforbuildenabled = enabled($repoid, $pdata->{'useforbuild'}, $prjuseforbuildenabled);
$building{$packid} = $job;
$notready{$pname} = 1 if $useforbuildenabled;
Expand Down

0 comments on commit c778297

Please sign in to comment.