Changeset 41269bd in mainline for console/console.c


Ignore:
Timestamp:
2006-06-07T17:28:39Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce5bcb4
Parents:
70178b74
Message:

Fixed race condition in async framework on phone disconnect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    r70178b74 r41269bd  
    289289                switch (IPC_GET_METHOD(call)) {
    290290                case IPC_M_PHONE_HUNGUP:
    291                         ipc_answer_fast(callid,0,0,0);
    292291                        /* TODO: Handle hangup */
    293292                        return;
     
    369368                                break;
    370369                        }
    371                        
    372                         /* Commit hangup */
    373                         ipc_answer_fast(callid, 0,0,0);
    374370                        conn->used = 0;
    375371                        return;
Note: See TracChangeset for help on using the changeset viewer.