X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fcookies.c;h=d5ae7bf7492a64d28f3183115daa50c1b757108e;hp=f9b206e134fb6245cdf75239976a6328faae95d5;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/src/cookies.c b/src/cookies.c index f9b206e1..d5ae7bf7 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -441,7 +441,7 @@ parse_set_cookie (const char *set_cookie, bool silent) if (!silent) logprintf (LOG_NOTQUIET, _("Syntax error in Set-Cookie: %s at position %d.\n"), - quotearg_style (escape_quoting_style, set_cookie), + quotearg_style (escape_quoting_style, set_cookie), (int) (ptr - set_cookie)); delete_cookie (cookie); return NULL; @@ -684,7 +684,7 @@ cookie_handle_set_cookie (struct cookie_jar *jar, { logprintf (LOG_NOTQUIET, _("Cookie coming from %s attempted to set domain to %s\n"), - quotearg_style (escape_quoting_style, host), + quotearg_style (escape_quoting_style, host), quotearg_style (escape_quoting_style, cookie->domain)); xfree (cookie->domain); goto copy_domain; @@ -733,7 +733,7 @@ cookie_handle_set_cookie (struct cookie_jar *jar, /* Support for sending out cookies in HTTP requests, based on previously stored cookies. Entry point is `build_cookies_request'. */ - + /* Return a count of how many times CHR occurs in STRING. */ static int