Revert "[CONPRO-1337] Disabled Presence Feature"
[platform/upstream/iotivity.git] / service / notification / src / common / NSUtil.c
old mode 100644 (file)
new mode 100755 (executable)
index 35c1e25..8efb307
@@ -609,9 +609,7 @@ bool NSOCResultToSuccess(OCStackResult ret)
         case OC_STACK_OK:
         case OC_STACK_RESOURCE_CREATED:
         case OC_STACK_RESOURCE_DELETED:
-#ifdef WITH_PRESENCE
         case OC_STACK_PRESENCE_STOPPED:
-#endif
         case OC_STACK_CONTINUE:
         case OC_STACK_RESOURCE_CHANGED:
             return true;