Fix to check favorit value into service 93/106993/1 accepted/tizen/common/20161227.192253 accepted/tizen/ivi/20161226.131948 accepted/tizen/mobile/20161226.131853 accepted/tizen/tv/20161226.131907 accepted/tizen/wearable/20161226.131929 submit/tizen/20161226.070156
authorhyunuktak <hyunuk.tak@samsung.com>
Mon, 26 Dec 2016 05:37:16 +0000 (14:37 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Mon, 26 Dec 2016 05:51:07 +0000 (14:51 +0900)
When AP's status is changed(ex, password),
favorite value is setted to false.
so it is returning false as not supported
with checking favorite and state of service
when remove profile mothod is called.
it should remove service profile
whether it is favorite or not,
when it's called explicit.

Change-Id: I6b59729c7c2614b9f25f56696463f4ac927f6809
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
src/service.c

index 34a37a7..001c1f8 100755 (executable)
@@ -4789,9 +4789,11 @@ bool __connman_service_remove(struct connman_service *service)
                        __connman_provider_is_immutable(service->provider))
                return false;
 
+#if !defined TIZEN_EXT
        if (!service->favorite && service->state !=
                                                CONNMAN_SERVICE_STATE_FAILURE)
                return false;
+#endif
 
        __connman_service_disconnect(service);