aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-24 07:13:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-24 07:13:48 +0000
commit59f904d8de005755f87aa0a4312ab7570a62c6f7 (patch)
treef9984fb0c6495595931f9ddf7d22bc0f6b20d773 /lib/urldata.h
parent755f98e7687a1fc2a7ff363212803b39897897a0 (diff)
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
not be used both in one request. Fixed it and added test case 172 to verify.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index d52502f7b..21f3ce7c0 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -527,7 +527,6 @@ struct connectdata {
char *userpwd; /* free later if not NULL! */
char *rangeline; /* free later if not NULL! */
char *ref; /* free later if not NULL! */
- char *cookie; /* free later if not NULL! */
char *host; /* free later if not NULL */
char *cookiehost; /* free later if not NULL */
} allocptr;