mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:13:40 +03:00
url: Corrected comments following 9d89a0387
This commit is contained in:
parent
b43fb04516
commit
43116218c0
2 changed files with 4 additions and 4 deletions
|
|
@ -1501,7 +1501,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
|
|||
|
||||
case CURLOPT_SERVICE_NAME:
|
||||
/*
|
||||
* Set negotiate service identity
|
||||
* Set authentication service name for DIGEST-MD5, Kerberos 5 and SPNEGO
|
||||
*/
|
||||
result = setstropt(&data->set.str[STRING_SERVICE_NAME],
|
||||
va_arg(param, char *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue