Changeset 889cdb1 in mainline for uspace/lib/graph/graph.c


Ignore:
Timestamp:
2018-10-28T21:36:49Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
184f2f8a
Parents:
bf05c74
Message:

Always answer the IPC_M_PHONE_HUNGUP message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/graph/graph.c

    rbf05c74 r889cdb1  
    517517
    518518                if (!IPC_GET_IMETHOD(call)) {
    519                         async_answer_0(&call, EINVAL);
     519                        async_answer_0(&call, EOK);
    520520                        break;
    521521                }
     
    577577
    578578                if (!IPC_GET_IMETHOD(call)) {
    579                         async_answer_0(&call, EINVAL);
     579                        async_answer_0(&call, EOK);
    580580                        break;
    581581                }
Note: See TracChangeset for help on using the changeset viewer.