svn rev #25203: trunk/src/lib/krb5/krb/
hartmans@MIT.EDU
hartmans at MIT.EDU
Sun Sep 18 20:59:08 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25203
Commit By: hartmans
Log Message:
Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remove extraneous 'p'
Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>
Signed-off-by: Sam Hartman <hartmans at debian.org>
Changed Files:
U trunk/src/lib/krb5/krb/init_ctx.c
Modified: trunk/src/lib/krb5/krb/init_ctx.c
===================================================================
--- trunk/src/lib/krb5/krb/init_ctx.c 2011-09-19 00:59:02 UTC (rev 25202)
+++ trunk/src/lib/krb5/krb/init_ctx.c 2011-09-19 00:59:08 UTC (rev 25203)
@@ -103,7 +103,7 @@
return krb5_init_context_profile(NULL, KRB5_INIT_CONTEXT_KDC, context);
}
-krb5_error_code
+krb5_error_code KRB5_CALLCONV
krb5_init_context_profile(profile_t profile, krb5_flags flags,
krb5_context *context_out)
{
More information about the cvs-krb5
mailing list