Changeset c7315dd in mainline for uspace/srv/net/modules.c


Ignore:
Timestamp:
2010-02-18T10:41:09Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f74392f
Parents:
e326edc
Message:

Hang up the phone in the proper way in bind_service_timeout().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/modules.c

    re326edc rc7315dd  
    8484        if( phone >= 0 ){
    8585                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 );
    8787                        return ERROR_CODE;
    8888                }
Note: See TracChangeset for help on using the changeset viewer.