Changes in uspace/srv/ns/task.c [adb49f58:475fe35] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/task.c

    radb49f58 r475fe35  
    262262        if (ht == NULL) {
    263263                /* No such task exists. */
    264                 retval = ENOENT;
    265                 goto out;
     264                ipc_answer_0(callid, ENOENT);
     265                return;
    266266        }
    267267
Note: See TracChangeset for help on using the changeset viewer.