url: Corrected comments following 9d89a0387

This commit is contained in:
Steve Holme 2016-04-09 05:33:03 +01:00
parent b43fb04516
commit 43116218c0
2 changed files with 4 additions and 4 deletions

View file

@ -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 *));