Rev 3912 | Rev 4192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3912 | Rev 3914 | ||
---|---|---|---|
Line 168... | Line 168... | ||
168 | 168 | ||
169 | async_set_client_connection( client_connection ); |
169 | async_set_client_connection( client_connection ); |
170 | netif_globals.networking_phone = connect_to_service( SERVICE_NETWORKING ); |
170 | netif_globals.networking_phone = connect_to_service( SERVICE_NETWORKING ); |
171 | device_map_initialize( & netif_globals.device_map ); |
171 | device_map_initialize( & netif_globals.device_map ); |
172 | ERROR_PROPAGATE( pm_init()); |
172 | ERROR_PROPAGATE( pm_init()); |
173 | ERROR_PROPAGATE( initialize()); |
173 | if( ERROR_OCCURRED( initialize())){ |
- | 174 | pm_destroy(); |
|
- | 175 | return ERROR_CODE; |
|
- | 176 | } |
|
174 | 177 | ||
175 | async_manager(); |
178 | async_manager(); |
176 | 179 | ||
177 | pm_destroy(); |
180 | pm_destroy(); |
178 | return EOK; |
181 | return EOK; |