Ignore:
Timestamp:
2012-09-04T21:12:43Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
983cabe8
Parents:
2541646
Message:

Do not establish callback connections after the answerbox enters cleanup.

File:
1 edited

Legend:

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

    r2541646 rc33f39f  
    6565        /* If the user accepted call, connect */
    6666        if (IPC_GET_RETVAL(answer->data) == EOK)
    67                 ipc_phone_connect(phone, &TASK->answerbox);
     67                (void) ipc_phone_connect(phone, &TASK->answerbox);
    6868
    6969        return EOK;
Note: See TracChangeset for help on using the changeset viewer.