From: hyuna0213.jo Date: Wed, 19 Oct 2016 07:26:22 +0000 (+0900) Subject: Changed the property of /oic/ping resource X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50a366843b3850ecde0cdecc3e2b7fa5f1230158;p=contrib%2Fiotivity.git Changed the property of /oic/ping resource The resource property of /oic/ping is changed from DISCOVERABLE to NONE. Change-Id: Ibb1d8d80f859fdbb34a75a22b19bd66979fa6b13 Signed-off-by: hyuna0213.jo Reviewed-on: https://gerrit.iotivity.org/gerrit/13439 Reviewed-by: Jaehong Jo Tested-by: jenkins-iotivity Reviewed-by: Ashok Babu Channa Reviewed-by: jihwan seo (cherry picked from commit a23f545b5ed285d51e34f4faea939db847959e92) Reviewed-on: https://gerrit.iotivity.org/gerrit/13601 --- diff --git a/resource/csdk/stack/src/oickeepalive.c b/resource/csdk/stack/src/oickeepalive.c index aabb391..797ec38 100644 --- a/resource/csdk/stack/src/oickeepalive.c +++ b/resource/csdk/stack/src/oickeepalive.c @@ -287,7 +287,7 @@ OCStackResult CreateKeepAliveResource() KEEPALIVE_RESOURCE_URI, NULL, NULL, - OC_DISCOVERABLE); + OC_RES_PROP_NONE); if (OC_STACK_OK != result) {