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


Ignore:
File:
1 edited

Legend:

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

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