Changeset 7bfe468 in mainline


Ignore:
Timestamp:
2025-03-28T21:30:03Z (2 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
8b51009
Parents:
b04f7af
Message:

hr: hr.c: hr_client_conn() return ENOENT

File:
1 edited

Legend:

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

    rb04f7af r7bfe468  
    480480                vol = hr_get_volume(svc_id);
    481481                if (vol == NULL)
    482                         async_answer_0(icall, EINVAL);
     482                        async_answer_0(icall, ENOENT);
    483483                bd_conn(icall, &vol->hr_bds);
    484484        }
Note: See TracChangeset for help on using the changeset viewer.