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/HostOps.c

    r16457 r16472  
    4040  }
    4141  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    42   pcontrol_exit (1);
     42  pcontrol_exit (51);
    4343  return (NULL);
    4444}
     
    5353  }
    5454  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    55   pcontrol_exit (1);
     55  pcontrol_exit (52);
    5656  return (NULL);
    5757}
Note: See TracChangeset for help on using the changeset viewer.