Subversion Repositories HelenOS

Rev

Rev 4350 | Rev 4505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4350 Rev 4351
Line 146... Line 146...
146
 
146
 
147
    ipcarg_t    phonehash;
147
    ipcarg_t    phonehash;
148
 
148
 
149
    async_set_client_connection( client_connection );
149
    async_set_client_connection( client_connection );
150
    ERROR_PROPAGATE( pm_init());
150
    ERROR_PROPAGATE( pm_init());
151
    if( ERROR_OCCURRED( net_initialize())
151
    if( ERROR_OCCURRED( net_initialize( client_connection ))
152
    || ERROR_OCCURRED( REGISTER_ME( SERVICE_NETWORKING, & phonehash ))){
152
    || ERROR_OCCURRED( REGISTER_ME( SERVICE_NETWORKING, & phonehash ))){
153
        pm_destroy();
153
        pm_destroy();
154
        return ERROR_CODE;
154
        return ERROR_CODE;
155
    }
155
    }
156
 
156