IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2008, 5:53:35 PM (18 years ago)
Author:
eugene
Message:

unique exit codes

File:
1 edited

Legend:

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

    r16457 r16472  
    4444  }
    4545  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    46   pcontrol_exit (1);
     46  pcontrol_exit (53);
    4747  return (NULL);
    4848}
     
    5858  }
    5959  gprint (GP_ERR, "error: unknown job stack : programming error\n");
    60   pcontrol_exit (1);
     60  pcontrol_exit (54);
    6161  return (NULL);
    6262}
Note: See TracChangeset for help on using the changeset viewer.