mirror of
https://github.com/curl/curl.git
synced 2026-05-17 14:26:20 +03:00
improved the test
This commit is contained in:
parent
8d52681e1d
commit
9e5dfc15ac
1 changed files with 1 additions and 3 deletions
|
|
@ -644,10 +644,8 @@ int main(int argc, char **argv)
|
|||
struct CookieInfo *c=NULL;
|
||||
if(argc>1) {
|
||||
c = Curl_cookie_init(argv[1], c);
|
||||
c = Curl_cookie_init(argv[1], c);
|
||||
c = Curl_cookie_init(argv[1], c);
|
||||
|
||||
Curl_cookie_add(c, TRUE, "PERSONALIZE=none;expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/ftgw; secure");
|
||||
c = Curl_cookie_init(argv[1], c);
|
||||
|
||||
Curl_cookie_output(c);
|
||||
Curl_cookie_cleanup(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue