summaryrefslogtreecommitdiffstats
path: root/src/lib/ccapi/common/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ccapi/common/msg.c')
-rw-r--r--src/lib/ccapi/common/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ccapi/common/msg.c b/src/lib/ccapi/common/msg.c
index ed053ada5..8c8cc29de 100644
--- a/src/lib/ccapi/common/msg.c
+++ b/src/lib/ccapi/common/msg.c
@@ -97,7 +97,7 @@ cci_msg_new(cc_uint32 type, cc_msg_t** msgpp)
if (msg == NULL)
return ccErrNoMem;
- msg->type = htonl(type);
+ msg->type = type;
msg->flat = NULL;
msg->header = NULL;
msg->flat_len = 0;