summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-04-25 16:44:16 +0000
committerGreg Hudson <ghudson@mit.edu>2011-04-25 16:44:16 +0000
commita8c05d58d79fb765a3a1ff44c06a9f38dd52df01 (patch)
tree517725653e0bfd1eb8b7776c3967479e2357381c
parent94d561ff962bc8e6982e6355ba7efac909395f1f (diff)
downloadkrb5-a8c05d58d79fb765a3a1ff44c06a9f38dd52df01.tar.gz
krb5-a8c05d58d79fb765a3a1ff44c06a9f38dd52df01.tar.xz
krb5-a8c05d58d79fb765a3a1ff44c06a9f38dd52df01.zip
Do not reference krb5_chpw_result_code_string in
krb5_change_password() documentation, as it is not a public function. Do not falsely claim that the result_code_string parameter is unused. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24898 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/include/krb5/krb5.hin4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 89c3481adc..0bfe1c388f 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -4362,7 +4362,7 @@ krb5_sname_match(krb5_context context, krb5_const_principal matching,
* @param [in] creds Kerberos credentials to the kadmin/changepw service
* @param [in] newpw New password
* @param [out] result_code A numeric error code
- * @param result_code_string (unused) String equivalent to @a result_code
+ * @param [out] result_code_string String equivalent to @a result_code
* @param [out] result_string Change password response from the KDC
*
* Change the password for the existing principal identified by @a creds.
@@ -4375,8 +4375,6 @@ krb5_sname_match(krb5_context context, krb5_const_principal matching,
* @li KRB5_KPASSWD_AUTHERROR (3) - Authentication error
* @li KRB5_KPASSWD_SOFTERROR (4) - Password change rejected
*
- * @sa krb5_chpw_result_code_string()
- *
* @retval
* 0 Success
* @return