From: Douglas Bagnall Date: Wed, 5 Feb 2025 03:40:47 +0000 (+1300) Subject: auth: fix docs for cli_credentials_get_password_and_obtained() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5626f2f268a2d237dccd711517a0bf2e076671;p=thirdparty%2Fsamba.git auth: fix docs for cli_credentials_get_password_and_obtained() Signed-off-by: Douglas Bagnall Reviewed-by: Jennifer Sutton --- diff --git a/auth/credentials/credentials.c b/auth/credentials/credentials.c index dab1c047c13..a8e3e22002f 100644 --- a/auth/credentials/credentials.c +++ b/auth/credentials/credentials.c @@ -626,7 +626,7 @@ cli_credentials_get_password_obtained(struct cli_credentials *cred) * * @param[in] obtained A pointer to store the obtained information. * - * return The user name or NULL if an error occurred. + * return The password if there is one. */ _PUBLIC_ const char * cli_credentials_get_password_and_obtained(struct cli_credentials *cred,