Newer
Older
Daniel Stenberg
committed
Daniel Stenberg
committed
/* fill the list with _all_ the cookies we know */
line = get_netscape_format(c);
return NULL;
}
list = curl_slist_append(list, line);
free(line);
curl_slist_free_all(beg);
return NULL;
}
Daniel Stenberg
committed
Daniel Stenberg
committed
}
#endif /* CURL_DISABLE_HTTP || CURL_DISABLE_COOKIES */