Changeset c0c388d2 in mainline for uspace/srv/sysman/sysman.c
- Timestamp:
- 2019-08-03T07:36:48Z (6 years ago)
- Children:
- 4fe7fcb
- Parents:
- 694253c
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-03-16 19:31:17)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 07:36:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/sysman.c
r694253c rc0c388d2 27 27 } 28 28 29 /* Job is passed to the accumulator, i.e. no add_ref. */ 29 30 list_append(&job->link, accumulator); 30 31 … … 35 36 36 37 fail: 37 job_de stroy(&job);38 job_del_ref(&job); 38 39 return rc; 39 40 } … … 50 51 } 51 52 53 // TODO handle errors when adding job accumulator 52 54 job_queue_jobs(&new_jobs); 53 55
Note:
See TracChangeset
for help on using the changeset viewer.