IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2007, 11:41:36 AM (19 years ago)
Author:
eugene
Message:

catching unexpected exit calls

File:
1 edited

Legend:

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

    r12840 r13720  
    2727  }
    2828  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    29   exit (1);
     29  pcontrol_exit (1);
    3030}
    3131
     
    4040  }
    4141  gprint (GP_ERR, "error: unknown job stack : programming error\n");
    42   exit (1);
     42  pcontrol_exit (1);
    4343}
    4444
Note: See TracChangeset for help on using the changeset viewer.