Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
Conflicts:
	src/copilot-agent/lib/Copilot/Component/Agent.pm
  • Loading branch information
josip committed Aug 6, 2012
2 parents cfaa888 + 2753d7e commit e2ee222
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/copilot-agent/lib/Copilot/Component/Agent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,6 @@ sub jobWheelFinishedHandler

my $jobID = $heap->{'currentJobID'};

return if ($childPID != $heap->{$jobID}->{'childPID'});

# Child process (PID: $childPid) for job (Job ID: $jobID) finished with: $retVal
$heap->{$jobID}->{'exitCode'} = $exitCode;

Expand Down

0 comments on commit e2ee222

Please sign in to comment.