summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2017-03-03 17:18:26 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2017-03-03 00:20:45 -0800
commitec03ef57a198e1353240ab9dc4abc608b5d1ecb1 (patch)
treea9441d2a095bc6cea7283e2a6fecf1c861b403a8
parent4184b524a2afb094442cdc5b1d9989be7cfefa39 (diff)
downloadmsg-service-ec03ef57a198e1353240ab9dc4abc608b5d1ecb1.tar.gz
msg-service-ec03ef57a198e1353240ab9dc4abc608b5d1ecb1.tar.bz2
msg-service-ec03ef57a198e1353240ab9dc4abc608b5d1ecb1.zip
Change-Id: I3b85f052a2b6d9d26f56912f93c16daaa26c3123 Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
-rwxr-xr-xproxy/MsgProxyListener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/MsgProxyListener.cpp b/proxy/MsgProxyListener.cpp
index b4775e0..d80040a 100755
--- a/proxy/MsgProxyListener.cpp
+++ b/proxy/MsgProxyListener.cpp
@@ -833,7 +833,7 @@ void MsgProxyListener::handleEvent(const MSG_EVENT_S* pMsgEvent)
THROW(MsgException::INVALID_PARAM, "pMsgEvent is NULL");
if (pMsgEvent->eventType == MSG_EVENT_PLG_SENT_STATUS_CNF) {
- unsigned int chInfo[3] = {0}; /*3 reqid, status, object */
+ unsigned long chInfo[3] = {0}; /*3 reqid, status, object */
memcpy(&chInfo, (void*)((char*)pMsgEvent+sizeof(MSG_EVENT_TYPE_T)+sizeof(msg_error_t)), sizeof(chInfo));