Changeset 85d24f61 in mainline


Ignore:
Timestamp:
2006-06-08T17:04:57Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22870b2
Parents:
14df080
Message:

Small consitency ipc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/ipc/sysipc.c

    r14df080 r85d24f61  
    334334        IPC_SET_ARG1(call->data, arg1);
    335335        IPC_SET_ARG2(call->data, arg2);
     336        IPC_SET_ARG3(call->data, 0);
    336337
    337338        if (!(res=request_preprocess(call)))
Note: See TracChangeset for help on using the changeset viewer.