Changes in uspace/srv/bd/rd/rd.c [faba839:b16e77d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/rd/rd.c

    rfaba839 rb16e77d  
    106106        if (async_share_out_receive(&callid, &comm_size, &flags)) {
    107107                (void) async_share_out_finalize(callid, &fs_va);
    108                 if (fs_va == AS_MAP_FAILED) {
     108                if (fs_va == (void *) -1) {
    109109                        async_answer_0(callid, EHANGUP);
    110110                        return;
Note: See TracChangeset for help on using the changeset viewer.