From: Niraj Kumar Goit Date: Thu, 9 Jun 2016 17:22:00 +0000 (+0530) Subject: [SPIN] wispr: cellular service does not make portal detection. X-Git-Tag: accepted/tizen/common/20160614.144019~6^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fconnman.git;a=commitdiff_plain;h=236c2b4391771af3eef2e4c2ec65375aab0e6137 [SPIN] wispr: cellular service does not make portal detection. Change-Id: If897ee6e8d102f1b960bdc088543a942b47f6fc6 Signed-off-by: Niraj Kumar Goit --- diff --git a/src/wispr.c b/src/wispr.c index ef4bdab..330aa1d 100755 --- a/src/wispr.c +++ b/src/wispr.c @@ -926,6 +926,11 @@ int __connman_wispr_start(struct connman_service *service, DBG("service %p", service); +#if defined TIZEN_EXT + if (connman_service_get_type(service) == CONNMAN_SERVICE_TYPE_CELLULAR) + return -EPERM; +#endif + if (!wispr_portal_list) return -EINVAL;