gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 33/254: cookie_interface.c: changed the other domai


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 33/254: cookie_interface.c: changed the other domain to example.com too
Date: Sat, 17 Jun 2017 16:51:05 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 7543f28ad2fb65e6aef9f00c64b71749f087401a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Apr 27 00:30:34 2017 +0200

    cookie_interface.c: changed the other domain to example.com too
---
 docs/examples/cookie_interface.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]