~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to init/job.c

  • Committer: Scott James Remnant
  • Date: 2007-03-01 18:37:53 UTC
  • Revision ID: scott@netsplit.com-20070301183753-z8y264vjxi5onjqx
* init/job.c (job_process_copy): Use job_process_new here, oops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
        nih_assert (old_process != NULL);
153
153
 
154
 
        process = nih_new (parent, JobProcess);
 
154
        process = job_process_new (parent);
155
155
        if (! process)
156
156
                return NULL;
157
157