mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:37:16 +03:00
test1420: Removed unnecessary CURLOPT setting
This commit is contained in:
parent
797d56cbd8
commit
be83356e5e
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ int main(int argc, char *argv[])
|
|||
hnd = curl_easy_init();
|
||||
curl_easy_setopt(hnd, CURLOPT_URL, "imap://%HOSTIP:%IMAPPORT/1420/;UID=1");
|
||||
curl_easy_setopt(hnd, CURLOPT_HEADER, 1L);
|
||||
curl_easy_setopt(hnd, CURLOPT_DIRLISTONLY, 1L);
|
||||
curl_easy_setopt(hnd, CURLOPT_USERPWD, "user:secret");
|
||||
curl_easy_setopt(hnd, CURLOPT_USERAGENT, "stripped");
|
||||
curl_easy_setopt(hnd, CURLOPT_MAXREDIRS, 50L);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue