Fixed sakisafecli to work with latest commit
This commit is contained in:
parent
e62bcfa9d8
commit
a804518ef6
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ main(int argc, char **argv)
|
|||
}
|
||||
|
||||
/* curl options */
|
||||
curl_easy_setopt(easy_handle, CURLOPT_USERAGENT, "curl");
|
||||
curl_easy_setopt(easy_handle, CURLOPT_WRITEFUNCTION, write_data);
|
||||
curl_easy_setopt(easy_handle, CURLOPT_WRITEDATA, buffer);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue