From 4bcc97bd099fd864649d5e7a3508e9bf02556b23 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 1 Sep 2009 12:44:23 -0700 Subject: [PATCH] doxygen fix vget_time uses args --- lib/krb5/config_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/config_file.c b/lib/krb5/config_file.c index 193c0bca7..03c0e335d 100644 --- a/lib/krb5/config_file.c +++ b/lib/krb5/config_file.c @@ -957,7 +957,7 @@ krb5_config_vget_time_default (krb5_context context, * * @param context A Kerberos 5 context. * @param c a configuration section, or NULL to use the section from context - * @param ... a list of names, terminated with NULL. + * @param args a va_list of arguments * * @return parsed the time or -1 on error *