Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4350 | Rev 4351 | ||
|---|---|---|---|
| Line 95... | Line 95... | ||
| 95 | ipcarg_t phonehash; |
95 | ipcarg_t phonehash; |
| 96 | 96 | ||
| 97 | async_set_client_connection( client_connection ); |
97 | async_set_client_connection( client_connection ); |
| 98 | arp_globals.net_phone = net_connect_module( SERVICE_NETWORKING ); |
98 | arp_globals.net_phone = net_connect_module( SERVICE_NETWORKING ); |
| 99 | ERROR_PROPAGATE( pm_init()); |
99 | ERROR_PROPAGATE( pm_init()); |
| 100 | if( ERROR_OCCURRED( arp_initialize()) |
100 | if( ERROR_OCCURRED( arp_initialize( client_connection )) |
| 101 | || ERROR_OCCURRED( REGISTER_ME( SERVICE_ARP, & phonehash ))){ |
101 | || ERROR_OCCURRED( REGISTER_ME( SERVICE_ARP, & phonehash ))){ |
| 102 | pm_destroy(); |
102 | pm_destroy(); |
| 103 | return ERROR_CODE; |
103 | return ERROR_CODE; |
| 104 | } |
104 | } |
| 105 | 105 | ||