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

    r12840 r13720  
    2424  }
    2525  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    26   exit (1);
     26  pcontrol_exit (1);
    2727}
    2828
     
    3636  }
    3737  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    38   exit (1);
     38  pcontrol_exit (1);
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.