Changeset c7315dd in mainline
- Timestamp:
- 2010-02-18T10:41:09Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f74392f
- Parents:
- e326edc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/modules.c
re326edc rc7315dd 84 84 if( phone >= 0 ){ 85 85 if( ERROR_OCCURRED( ipc_connect_to_me( phone, arg1, arg2, arg3, & phonehash ))){ 86 async_msg_0( phone, IPC_M_PHONE_HUNGUP);86 ipc_hangup( phone ); 87 87 return ERROR_CODE; 88 88 }
Note:
See TracChangeset
for help on using the changeset viewer.