mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
fixed variable name
This commit is contained in:
@@ -108,7 +108,7 @@ int DialServer::sendCommand(
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &responseBody);
|
||||
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_global_cleanup();
|
||||
return (res == CURLE_OK);
|
||||
|
||||
Reference in New Issue
Block a user