mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
lib1582.c drop redundant cast
This commit is contained in:
parent
09efa5d23a
commit
6203ac180b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ static CURLcode test_lib1582(const char *URL)
|
|||
easy_setopt(curl, CURLOPT_HEADER, 1L);
|
||||
easy_setopt(curl, CURLOPT_VERBOSE, 1L);
|
||||
easy_setopt(curl, CURLOPT_URL, URL);
|
||||
easy_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_NEGOTIATE);
|
||||
easy_setopt(curl, CURLOPT_HTTPAUTH, CURLAUTH_NEGOTIATE);
|
||||
easy_setopt(curl, CURLOPT_USERPWD, ":");
|
||||
easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
|
||||
easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue