IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23556


Ignore:
Timestamp:
Mar 26, 2009, 9:42:08 AM (17 years ago)
Author:
eugene
Message:

handle error in job creation (table full)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/JobOps.c

    r23530 r23556  
    100100
    101101  job[0].JobID = NextJobID ();
     102  if (job[0].JobID < 0) {
     103    free (job);
     104    return NULL:
     105  }
     106
    102107  job[0].pid = 0;
    103108  job[0].mode = JOB_LOCAL;
Note: See TracChangeset for help on using the changeset viewer.