IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23555


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

handle error in job submission on controller

File:
1 edited

Legend:

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

    r23541 r23555  
    7272    /* construct job from task */
    7373    job = CreateJob (task);
     74    if (!job) {
     75      continue;
     76    }
     77
    7478    if (DEBUG) fprintf (stderr, "create job: (%zx) %d of %d\n", (size_t) job[0].stdout_buff.buffer, job[0].stdout_buff.Nbuffer, job[0].stdout_buff.Nalloc);
    7579
Note: See TracChangeset for help on using the changeset viewer.