Changeset 11388 for trunk/Ohana/src/opihi/pcontrol/StartJob.c
- Timestamp:
- Jan 29, 2007, 12:43:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c
r11052 r11388 48 48 job[0].host = NULL; 49 49 host[0].job = NULL; 50 if (job[0].realhost) free (job[0].realhost); 51 job[0].realhost = NULL; 50 52 PutHost (host, PCONTROL_HOST_DONE, STACK_BOTTOM); 51 53 PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM); … … 78 80 79 81 default: 82 job[0].realhost = strcreate (host[0].hostname); 80 83 job[0].pid = status; 81 84 PutHost (host, PCONTROL_HOST_BUSY, STACK_BOTTOM);
Note:
See TracChangeset
for help on using the changeset viewer.
