Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    re2ab36f1 rc0699467  
    294294                atomic_inc(&phone->active_calls);
    295295                call->data.phone = phone;
    296                 call->data.task_id = TASK->taskid;
     296                call->data.task = TASK;
    297297        }
    298298       
     
    406406                        call->caller_phone = call->data.phone;
    407407                call->data.phone = newphone;
    408                 call->data.task_id = TASK->taskid;
     408                call->data.task = TASK;
    409409        }
    410410       
Note: See TracChangeset for help on using the changeset viewer.