INN commit: trunk/authprogs (auth_krb5.c)
INN Commit
rra at isc.org
Mon Mar 5 18:13:43 UTC 2018
Date: Monday, March 5, 2018 @ 10:13:42
Author: eagle
Revision: 10253
Fix printf annotation on warn_krb5 in auth_krb5.c
Modified:
trunk/authprogs/auth_krb5.c
-------------+
auth_krb5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: auth_krb5.c
===================================================================
--- auth_krb5.c 2018-03-04 03:40:17 UTC (rev 10252)
+++ auth_krb5.c 2018-03-05 18:13:42 UTC (rev 10253)
@@ -114,7 +114,7 @@
/*
** Report a Kerberos error to standard error.
*/
-static void __attribute__((__format__(printf, 3, 0)))
+static void __attribute__((__format__(printf, 3, 4)))
warn_krb5(krb5_context ctx, krb5_error_code code, const char *format, ...)
{
const char *k5_msg;
More information about the inn-committers
mailing list