Changeset c8a894d in mainline


Ignore:
Timestamp:
2011-11-05T15:28:44Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e8403b
Parents:
41e9ef7
Message:

Fix IPC answer in case of error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_ops.c

    r41e9ef7 rc8a894d  
    13881388                if (IPC_GET_IMETHOD(data) != VFS_IN_PING) {
    13891389                        rc = ENOTSUP;
    1390                         async_answer_1(callid, rc, 0);
     1390                        async_answer_3(callid, rc, 0, 0, 0);
    13911391                        goto exit;
    13921392                }
Note: See TracChangeset for help on using the changeset viewer.