Commit 18c39324 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue to get correct response from AUSF

parent e85ba2df
......@@ -1072,7 +1072,7 @@ void amf_n11::curl_http_client(
curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpCode);
// get the response
std::string response = *httpData.get();
response = *httpData.get();
std::string json_data_response = {};
std::string resMsg = {};
bool is_response_ok = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment