Changeset 16472 for trunk/Ohana/src/opihi/lib.shell/multicommand.c
- Timestamp:
- Feb 13, 2008, 5:53:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/multicommand.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/multicommand.c
r16002 r16472 12 12 /* check if down? */ 13 13 fprintf (stderr, "error: server fd already defined\n"); 14 exit ( 1);14 exit (30); 15 15 } 16 16 … … 18 18 if (VarConfig ("PANTASKS_SERVER", "%s", hostname) == NULL) { 19 19 gprint (GP_ERR, "pantasks server host undefined\n"); 20 exit ( 2);20 exit (31); 21 21 } 22 22 … … 71 71 case EPIPE: 72 72 gprint (GP_ERR, "server connection has died\n"); 73 exit ( 1);73 exit (32); 74 74 default: 75 75 gprint (GP_ERR, "server is busy...\n"); … … 84 84 case EPIPE: 85 85 gprint (GP_ERR, "server connection has died\n"); 86 exit ( 1);86 exit (33); 87 87 default: 88 88 gprint (GP_ERR, "server is busy...\n"); … … 99 99 case EPIPE: 100 100 gprint (GP_ERR, "server connection has died\n"); 101 exit ( 1);101 exit (34); 102 102 default: 103 103 gprint (GP_ERR, "server is busy...\n"); … … 114 114 case EPIPE: 115 115 gprint (GP_ERR, "server connection has died\n"); 116 exit ( 1);116 exit (35); 117 117 default: 118 118 gprint (GP_ERR, "server is busy...\n");
Note:
See TracChangeset
for help on using the changeset viewer.
