mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
fixed example since this is how the interface works now
This commit is contained in:
parent
ec3f269d1f
commit
9da9d00c62
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ main(void)
|
|||
print_cookies(curl);
|
||||
|
||||
printf("Erasing curl's knowledge of cookies!\n");
|
||||
curl_easy_setopt(curl, CURLOPT_COOKIELIST, NULL);
|
||||
curl_easy_setopt(curl, CURLOPT_COOKIELIST, "ALL");
|
||||
|
||||
print_cookies(curl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue