~jamesodhunt/upstart/async-fix-job-new-destructor

« back to all changes in this revision

Viewing changes to init/job.c

  • Committer: James Hunt
  • Date: 2014-05-22 08:36:50 UTC
  • mfrom: (1650.1.1 trunk)
  • Revision ID: james.hunt@ubuntu.com-20140522083650-3axlnzgnmxq492jb
* Merge of lp:~xnox/upstart/async-failed-pid-to-zero.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2595
2595
        nih_assert (process > PROCESS_INVALID);
2596
2596
        nih_assert (process < PROCESS_LAST);
2597
2597
 
 
2598
        job->pid[process] = 0;
 
2599
 
2598
2600
        switch (process) {
2599
2601
        case PROCESS_SECURITY:
2600
2602
                job_failed (job, PROCESS_SECURITY, -1);