Changeset 16472 for trunk/Ohana/src/opihi/pcontrol/HostOps.c
- Timestamp:
- Feb 13, 2008, 5:53:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/HostOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/HostOps.c
r16457 r16472 40 40 } 41 41 gprint (GP_ERR, "error: unknown host stack : programming error\n"); 42 pcontrol_exit ( 1);42 pcontrol_exit (51); 43 43 return (NULL); 44 44 } … … 53 53 } 54 54 gprint (GP_ERR, "error: unknown host stack : programming error\n"); 55 pcontrol_exit ( 1);55 pcontrol_exit (52); 56 56 return (NULL); 57 57 }
Note:
See TracChangeset
for help on using the changeset viewer.
