]> granicus.if.org Git - curl/commitdiff
sasl: Corrected Curl_sasl_build_spn() function description
authorSteve Holme <steve_holme@hotmail.com>
Sat, 15 Nov 2014 18:35:40 +0000 (18:35 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 15 Nov 2014 18:35:40 +0000 (18:35 +0000)
There was a mismatch in function parameter names.

lib/curl_sasl.c
lib/curl_sasl_sspi.c

index 3600fa2fe3ed1f355cdcb9b7bd35df4afae7370d..1e2b216f9afc5bcc454a767ba05832ae809501c1 100644 (file)
@@ -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.
  */
index 10906e539652efe9c72653fe8e270a72e838cefe..6b8e6736672846d394323f7bf6b951856221b412 100644 (file)
@@ -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.
  */