mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:57:17 +03:00
sasl: Corrected Curl_sasl_build_spn() function description
There was a mismatch in function parameter names.
This commit is contained in:
parent
532efa9ce9
commit
08f9c90981
2 changed files with 2 additions and 2 deletions
|
|
@ -254,7 +254,7 @@ static CURLcode sasl_digest_get_qop_values(const char *options, int *value)
|
|||
* Parameters:
|
||||
*
|
||||
* serivce [in] - The service type such as www, smtp, pop or imap.
|
||||
* instance [in] - The instance name such as the host nme or realm.
|
||||
* host [in] - The host name or realm.
|
||||
*
|
||||
* Returns a pointer to the newly allocated SPN.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
* Parameters:
|
||||
*
|
||||
* serivce [in] - The service type such as www, smtp, pop or imap.
|
||||
* instance [in] - The instance name such as the host nme or realm.
|
||||
* host [in] - The host name or realm.
|
||||
*
|
||||
* Returns a pointer to the newly allocated SPN.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue