Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remove extran...
authorSam Hartman <hartmans@mit.edu>
Mon, 19 Sep 2011 00:59:08 +0000 (00:59 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 19 Sep 2011 00:59:08 +0000 (00:59 +0000)
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
Signed-off-by: Sam Hartman <hartmans@debian.org>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25203 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/init_ctx.c

index 85c742eee2f59564a09b7afa1faa479a6d9d0312..aa916b20f5ef72c6cb0ffabaada31c195ef2b022 100644 (file)
@@ -103,7 +103,7 @@ krb5int_init_context_kdc(krb5_context *context)
     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)
 {