fix function signature in catcpadapter.c
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 3 Oct 2015 14:08:00 +0000 (16:08 +0200)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Mon, 5 Oct 2015 13:25:53 +0000 (13:25 +0000)
commit96021f532303379b461d8e2afaddfb4145bc169f
treef157c157ca0b560be95ea22e7b3755d9181673ac
parent3196c7c8e637f2601450371ee909dba9f1fe7a04
fix function signature in catcpadapter.c

The uint32_t and size_t type were mixed up in this file, this could
make the compiler generate code which would prepare the stack in a
different way the function expects it to be prepared and this will
cause some strange runtime problems.

Change-Id: I7665ce9e1bacc25bc367f2d64ff1775253db0454
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3451
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
resource/csdk/connectivity/src/tcp_adapter/catcpadapter.c