Ignore:
File:
1 edited

Legend:

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

    rab34cc9 rc0699467  
    230230                }
    231231        }
    232 
    233         call->data.task_id = TASK->taskid;
    234232       
    235233        if (do_lock)
     
    296294                atomic_inc(&phone->active_calls);
    297295                call->data.phone = phone;
    298                 call->data.task_id = TASK->taskid;
     296                call->data.task = TASK;
    299297        }
    300298       
     
    408406                        call->caller_phone = call->data.phone;
    409407                call->data.phone = newphone;
    410                 call->data.task_id = TASK->taskid;
     408                call->data.task = TASK;
    411409        }
    412410       
Note: See TracChangeset for help on using the changeset viewer.