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>
Mon, 5 Oct 2015 16:12:16 +0000 (16:12 +0000)
commit063a6758fe11cd84ead8d0d4b50b1c74d3c4570d
tree3973cd4836d6bc08e281c2a63f744309f98de557
parent08c12bf33baaa05845d20c0a9f4f332e1b210bf1
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>
(cherry picked from commit e6a9b33034b37e116d8bca5679292fd597fcb5cd)
Reviewed-on: https://gerrit.iotivity.org/gerrit/3485
resource/csdk/connectivity/src/ip_adapter/caipadapter.c
resource/csdk/connectivity/src/ip_adapter/caipserver.c
resource/csdk/connectivity/src/tcp_adapter/catcpserver.c