From: Daniel Stenberg Date: Wed, 26 Apr 2017 22:30:34 +0000 (+0200) Subject: cookie_interface.c: changed the other domain to example.com too X-Git-Tag: curl-7_54_1~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7543f28ad2fb65e6aef9f00c64b71749f087401a;p=curl cookie_interface.c: changed the other domain to example.com too --- diff --git a/docs/examples/cookie_interface.c b/docs/examples/cookie_interface.c index 3341d3497..53840a2de 100644 --- a/docs/examples/cookie_interface.c +++ b/docs/examples/cookie_interface.c @@ -111,7 +111,7 @@ main(void) */ snprintf(nline, sizeof(nline), "Set-Cookie: OLD_PREF=3d141414bf4209321; " - "expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.com"); + "expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.example.com"); res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); if(res != CURLE_OK) { fprintf(stderr, "Curl curl_easy_setopt failed: %s\n",