replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / linux / SeparateResponseServer.cpp
index 4c9b4f6..1a76655 100755 (executable)
@@ -70,7 +70,7 @@ int processUserInput(int min, int max)
 {
     assert(min <= max);
 
-    int input;
+    int input = 0;
 
     while(true)
     {