mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 02:49:58 +00:00
fixed variable name
This commit is contained in:
@@ -108,7 +108,7 @@ int DialServer::sendCommand(
|
|||||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &responseBody);
|
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &responseBody);
|
||||||
res = curl_easy_perform(curl);
|
res = curl_easy_perform(curl);
|
||||||
|
|
||||||
if (curl_slist!=NULL) curl_slist_free_all(slist);
|
if (slist!=NULL) curl_slist_free_all(slist);
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
curl_global_cleanup();
|
curl_global_cleanup();
|
||||||
return (res == CURLE_OK);
|
return (res == CURLE_OK);
|
||||||
|
|||||||
Reference in New Issue
Block a user