Rev 4307 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4307 | Rev 4351 | ||
---|---|---|---|
Line 67... | Line 67... | ||
67 | ipcarg_t phonehash; |
67 | ipcarg_t phonehash; |
68 | 68 | ||
69 | async_set_client_connection( client_connection ); |
69 | async_set_client_connection( client_connection ); |
70 | ip_globals.net_phone = net_connect_module( SERVICE_NETWORKING ); |
70 | ip_globals.net_phone = net_connect_module( SERVICE_NETWORKING ); |
71 | ERROR_PROPAGATE( pm_init()); |
71 | ERROR_PROPAGATE( pm_init()); |
72 | if( ERROR_OCCURRED( ip_initialize()) |
72 | if( ERROR_OCCURRED( ip_initialize( client_connection )) |
73 | || ERROR_OCCURRED( REGISTER_ME( SERVICE_IP, & phonehash ))){ |
73 | || ERROR_OCCURRED( REGISTER_ME( SERVICE_IP, & phonehash ))){ |
74 | pm_destroy(); |
74 | pm_destroy(); |
75 | return ERROR_CODE; |
75 | return ERROR_CODE; |
76 | } |
76 | } |
77 | 77 |