projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e35aa
)
[ITC][rpc-port][NonACR] Fixed ITc_rpc_port_parcel_create_without_header_p TC return...
44/293244/2
author
Shobhit Verma
<shobhit.v@samsung.com>
Tue, 23 May 2023 03:54:26 +0000
(09:24 +0530)
committer
Shobhit Verma
<shobhit.v@samsung.com>
Tue, 23 May 2023 03:58:12 +0000
(09:28 +0530)
Change-Id: Ic8198f6ecaf9597b36b9eac02ea5644c7b79bcff
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
src/itc/rpc-port/ITs-rpc-port-parcel.c
patch
|
blob
|
history
diff --git
a/src/itc/rpc-port/ITs-rpc-port-parcel.c
b/src/itc/rpc-port/ITs-rpc-port-parcel.c
index 786bb866d64e03360b29a47fc583d088e33a9748..c17fda49d904d1eab54b8ad41661ac43e6c7a1af 100755
(executable)
--- a/
src/itc/rpc-port/ITs-rpc-port-parcel.c
+++ b/
src/itc/rpc-port/ITs-rpc-port-parcel.c
@@
-1495,6
+1495,7
@@
int ITc_rpc_port_parcel_create_without_header_p(void)
nRetVal = rpc_port_parcel_destroy(hPortParcel);
PRINT_RESULT_NORETURN(RPC_PORT_ERROR_NONE, nRetVal, "rpc_port_parcel_destroy", RpcPortGetError(nRetVal));
+ return nRetVal;
}
/** @} */