From 6924ebe4801a157dd3987bb3ec806f1c8442ed9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 11 Jan 2009 21:47:34 +0000 Subject: [PATCH] doxygen fixup git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24274 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/init_creds_pw.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lib/krb5/init_creds_pw.c b/lib/krb5/init_creds_pw.c index 94353bb86..4219c66e7 100644 --- a/lib/krb5/init_creds_pw.c +++ b/lib/krb5/init_creds_pw.c @@ -1290,8 +1290,7 @@ krb5_init_creds_init(krb5_context context, * special initial tickets, by default the a krbtgt is fetched in the default realm. * * @param context a Kerberos 5 context. - * @param context ctx krb5_init_creds_context context. - * + * @param ctx a krb5_init_creds_context context. * @param service the service given as a string, for example * "kadmind/admin". If NULL, the default krbtgt in the clients * realm is set. @@ -1330,15 +1329,11 @@ krb5_init_creds_set_service(krb5_context context, } /** - * Sets the service that the is requested. This call is only neede for - * special initial tickets, by default the a krbtgt is fetched in the default realm. + * Sets the password that will use for the request. * * @param context a Kerberos 5 context. - * @param context ctx krb5_init_creds_context context. - * - * @param service the service given as a string, for example - * "kadmind/admin". If NULL, the default krbtgt in the clients - * realm is set. + * @param ctx ctx krb5_init_creds_context context. + * @param password the password to use. * * @return 0 for success, or an Kerberos 5 error code, see krb5_get_error_message(). * @ingroup krb5_credential