[IOT-2609] Setup /oic/sec/crl as non-observable
authorAleksey Volkov <a.volkov@samsung.com>
Fri, 11 Aug 2017 11:40:11 +0000 (14:40 +0300)
committerNathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
Fri, 11 Aug 2017 18:26:22 +0000 (18:26 +0000)
Change-Id: I0f23d2c777405946c090a6eff51650ab96a24bc0
Signed-off-by: Aleksey Volkov <a.volkov@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/21875
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
resource/csdk/security/src/crlresource.c

index 8df13bd..09e3553 100644 (file)
@@ -561,7 +561,6 @@ static OCStackResult CreateCRLResource()
                                          OIC_RSRC_CRL_URI,
                                          CRLEntityHandler,
                                          NULL,
-                                         OC_OBSERVABLE |
                                          OC_SECURE |
                                          OC_DISCOVERABLE);