Replace non-confirmable request to confirmable for the Provisioning
Manager.
Change-Id: I2cae1564d1c96c1cb35ced97813983467a6d96f2
Signed-off-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1260
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Shilpa Sodani <shilpa.a.sodani@intel.com>
Reviewed-by: Sachin Agrawal <sachin.agrawal@intel.com>
CADestroyRemoteEndpoint(endpoint);
return CA_STATUS_FAILED;
}
- // TODO: it can be CA_MSG_NONCONFIRM or CA_MSG_CONFIRM. Pass it as a parameter.
- CAMessageType_t msgType = CA_MSG_NONCONFIRM;
+ CAMessageType_t msgType = CA_MSG_CONFIRM;
CAInfo_t requestData = { 0 };
requestData.token = token;
requestData.tokenLength = CA_MAX_TOKEN_LEN;