Imported Upstream version 1.1.1
[platform/upstream/iotivity.git] / service / simulator / src / server / oc_interface_details.cpp
index b32f1f6..96f1599 100644 (file)
@@ -39,7 +39,7 @@ bool OCInterfaceDetails::isInterface(const std::string &interfaceType)
 {
     if (m_interfaces.end() != m_interfaces.find(interfaceType))
         return true;
-    return true;
+    return false;
 }
 
 bool OCInterfaceDetails::isRequestSupported(const std::string &interfaceType,