Changeset 241f1985 in mainline for uspace/srv/ns
- Timestamp:
- 2019-08-31T10:45:17Z (7 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
-
uspace/srv/ns/ns.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/ns.c
rf92b315 r241f1985 75 75 break; 76 76 77 task_id_t id;78 77 errno_t retval; 79 80 78 service_t service; 81 79 … … 108 106 } 109 107 110 (void) ns_task_disconnect(&call); 108 /* TODO: Ignore so far, in future we might unregister services */ 109 //(void) ns_task_disconnect(&call); 111 110 async_answer_0(&call, EOK); 112 111 }
Note:
See TracChangeset
for help on using the changeset viewer.
