Fixed the start adapter bug in ip/tcp adapter. (IOT-753/ IOT-453)
authorAshok Channa <ashok.channa@samsung.com>
Fri, 25 Sep 2015 01:01:16 +0000 (10:01 +0900)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Fri, 25 Sep 2015 18:21:56 +0000 (18:21 +0000)
commite6a9b33034b37e116d8bca5679292fd597fcb5cd
tree4fef6e5a4fd2f3aba012b6f7060eb25df9718037
parent7bdacebcbffbed2159437c2815f6e0c70350c1b2
Fixed the start adapter bug in ip/tcp adapter. (IOT-753/ IOT-453)

After multiple terminate initialization, CASendRequest API
is not working. because we didn't set the start flag with false
after stopping adapter. Both JIRA issues are related.

Change-Id: If855c4f689ce6979ae13591f2d4048113148d150
Signed-off-by: hyuna0213.jo <hyuna0213.jo@samsung.com>
Signed-off-by: Ashok Channa <ashok.channa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3069
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
resource/csdk/connectivity/src/ip_adapter/caipadapter.c
resource/csdk/connectivity/src/ip_adapter/caipserver.c
resource/csdk/connectivity/src/tcp_adapter/catcpserver.c