IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 12:52:06 PM (18 years ago)
Author:
eugene
Message:

use virtual stacks for host and job queries by user thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/delete.c

    r8296 r18098  
    1010    return (FALSE);
    1111  }
    12   JobID = atoi (argv[1]);
     12  JobID = GetID (argv[1]);
     13  if (!JobID) {
     14    gprint (GP_ERR, "invalid job id %s\n", argv[1]);
     15    return (FALSE);
     16  }
     17     
    1318  /* use a string interp to convert JobIDs to ints ? */
    1419
Note: See TracChangeset for help on using the changeset viewer.