Changeset bb97118 in mainline for kernel/generic/src/ipc/ops/conctmeto.c
- Timestamp:
- 2019-02-06T13:25:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb13ef8
- Parents:
- d066259
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-02 13:29:26)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-06 13:25:12)
- File:
-
- 1 edited
-
kernel/generic/src/ipc/ops/conctmeto.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/conctmeto.c
rd066259 rbb97118 68 68 cap_phone_handle_t phandle = (cap_handle_t) IPC_GET_ARG5(call->data); 69 69 70 if ( CAP_HANDLE_RAW(phandle) < 0)70 if (cap_handle_raw(phandle) < 0) 71 71 return EOK; 72 72 … … 113 113 114 114 if (IPC_GET_RETVAL(answer->data)) { 115 if ( CAP_HANDLE_RAW(phandle) >= 0) {115 if (cap_handle_raw(phandle) >= 0) { 116 116 /* 117 117 * Cleanup the unpublished capability and drop
Note:
See TracChangeset
for help on using the changeset viewer.
