From b2f8c9b82d1d96bd49d314a60191b7a62ffc52ca Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 3 May 2006 20:31:24 +0000 Subject: r15421: Correct function comments. Andrew Bartlett (This used to be commit f9899277898ee7ef1118cbc49f5f277623ff7444) --- source4/auth/credentials/credentials.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source4/auth/credentials/credentials.c b/source4/auth/credentials/credentials.c index e00251d69f..28ba5eb32d 100644 --- a/source4/auth/credentials/credentials.c +++ b/source4/auth/credentials/credentials.c @@ -514,13 +514,12 @@ void cli_credentials_parse_string(struct cli_credentials *credentials, const cha } /** - * Given a string, typically obtained from a -U argument, parse it into domain, username, realm and password fields + * Given a a credentials structure, print it as a string * - * The format accepted is [domain\\]user[%password] or user[@realm][%password] + * The format output is [domain\\]user[%password] or user[@realm][%password] * * @param credentials Credentials structure on which to set the password - * @param data the string containing the username, password etc - * @param obtained This enum describes how 'specified' this password is + * @param mem_ctx The memory context to place the result on */ const char *cli_credentials_get_unparsed_name(struct cli_credentials *credentials, TALLOC_CTX *mem_ctx) -- cgit