Subversion Repositories HelenOS

Rev

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

Rev 4037 Rev 4241
Line 240... Line 240...
240
 
240
 
241
    rc = async_req_0_0(ldr->phone_id, LOADER_RUN);
241
    rc = async_req_0_0(ldr->phone_id, LOADER_RUN);
242
    if (rc != EOK)
242
    if (rc != EOK)
243
        return rc;
243
        return rc;
244
 
244
 
-
 
245
    ipc_hangup(ldr->phone_id);
-
 
246
    ldr->phone_id = 0;
245
    return EOK;
247
    return EOK;
246
}
248
}
247
 
249
 
248
/** Cancel the loader session.
250
/** Cancel the loader session.
249
 *
251
 *