Revert "[CONPRO-1337] Disabled Presence Feature"
[platform/upstream/iotivity.git] / plugins / samples / linux / IotivityandZigbeeServer.c
index 74d987c..8caa729 100644 (file)
@@ -51,14 +51,13 @@ int main()
         goto IotivityStop;
     }
 
-#ifdef WITH_PRESENCE
     result  = OCStartPresence(0);
     if (result != OC_STACK_OK)
     {
         OIC_LOG_V(ERROR, TAG, "OCStartPresence Failed: %d", result);
         goto IotivityStop;
     }
-#endif
+
     // PIStartPlugin
     PIPlugin* plugin = NULL;
     OIC_LOG(INFO, TAG, "IoTivity Initialized properly, Starting Zigbee Plugin...");