Ignore:
File:
1 edited

Legend:

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

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