diff options
Diffstat (limited to 'plugins/FTPFileYM/curl/lib/cookie.h')
| -rw-r--r-- | plugins/FTPFileYM/curl/lib/cookie.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/curl/lib/cookie.h b/plugins/FTPFileYM/curl/lib/cookie.h index d3b63f780f..bd890827c7 100644 --- a/plugins/FTPFileYM/curl/lib/cookie.h +++ b/plugins/FTPFileYM/curl/lib/cookie.h @@ -29,7 +29,8 @@ struct Cookie {    struct Cookie *next; /* next in the chain */    char *name;        /* <this> = value */    char *value;       /* name = <this> */ -  char *path;         /* path = <this> */ +  char *path;         /* path = <this> which is in Set-Cookie: */ +  char *spath;        /* sanitized cookie path */    char *domain;      /* domain = <this> */    curl_off_t expires;  /* expires = <this> */    char *expirestr;   /* the plain text version */  | 
