Change-Id: I7a37d7c1b5960c779b051b894c3e79c9ba9fdc50
Signed-off-by: Chul Lee <chuls.lee@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13829
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Randeep Singh <randeep.s@samsung.com>
return OC_STACK_KEEP_TRANSACTION;
}
- if(strcmp(clientResponse->addr->addr, "fe80::52b7:c3ff:fea1:9e6a%eth0") != 0)
- {
- OIC_LOG_V(DEBUG, TAG, "discarding [%s]'s reply", clientResponse->addr->addr);
- DeleteDoxmBinData(ptrDoxm);
- return OC_STACK_KEEP_TRANSACTION;
- }
-
res = AddDevice(ppDevicesList, &clientResponse->devAddr,
clientResponse->connType, ptrDoxm);
if (OC_STACK_OK != res)