Fix an exception handling issue in doBootStrap() function of
authorjihun.ha <jihun.ha@samsung.com>
Wed, 24 Dec 2014 04:46:37 +0000 (13:46 +0900)
committerjihun.ha <jihun.ha@samsung.com>
Wed, 24 Dec 2014 04:46:37 +0000 (13:46 +0900)
commitf3344c1e09c42722c023a1ae3940496e2025a97d
tree193d45ab8c3705863647ec7c0c9f6020d59676c6
parentf043bae00e17d0aa07470cc5e5fc4adc90c45856
Fix an exception handling issue in doBootStrap() function of
ThingsConfiguration class.

In the case that a callback pointer of the function is NULL,
a return value for the function call will be OC_STACK_ERROR
rather than OC_STACK_OK.

Reference issue ID : [IOT-196]

Change-Id: Ieb280bc6e5317496b96342a0374129c1e692b415
Signed-off-by: jihun.ha <jihun.ha@samsung.com>
service/things-manager/sampleapp/linux/configuration/con-server.cpp [changed mode: 0644->0755]
service/things-manager/sdk/src/ThingsConfiguration.cpp [changed mode: 0644->0755]