Changes in uspace/srv/ns/task.c [475fe35:adb49f58] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/task.c
r475fe35 radb49f58 262 262 if (ht == NULL) { 263 263 /* No such task exists. */ 264 ipc_answer_0(callid, ENOENT);265 return;264 retval = ENOENT; 265 goto out; 266 266 } 267 267
Note:
See TracChangeset
for help on using the changeset viewer.