Merge 'security-basecamp' branch into master with CBOR
[platform/upstream/iotivity.git] / resource / examples / simpleclient.cpp
index 5278a0b..bb7620c 100644 (file)
@@ -460,7 +460,7 @@ int main(int argc, char* argv[]) {
         // makes it so that all boolean values are printed as 'true/false' in this stream
         std::cout.setf(std::ios::boolalpha);
         // Find all resources
-        requestURI << OC_MULTICAST_DISCOVERY_URI << "?rt=core.light";
+        requestURI << OC_RSRVD_WELL_KNOWN_URI;// << "?rt=core.light";
 
         OCPlatform::findResource("", requestURI.str(),
                 CT_DEFAULT, &foundResource);