Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/trace.c

    r01900b6 rcf9a1e2  
    139139
    140140        if (sess == NULL) {
    141                 sess = async_connect_kbox(task_id, &rc);
     141                sess = async_connect_kbox(task_id);
    142142                if (sess == NULL) {
    143143                        printf("Error connecting to task %" PRIu64 ".\n",
    144144                            task_id);
     145                        rc = EIO;
    145146                        goto error;
    146147                }
Note: See TracChangeset for help on using the changeset viewer.