Skip to content
Snippets Groups Projects
Commit 9da9d00c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed example since this is how the interface works now

parent ec3f269d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment