kdc: fix pa_gss_authorize_cb calling convention

pa_gss_authorize_cb() needs to be marked KRB5_LIB_CALL to build on 32-bit
Windows
This commit is contained in:
Luke Howard
2021-08-12 18:13:45 +10:00
parent 95339c1068
commit 7db298668b

View File

@@ -287,7 +287,7 @@ struct pa_gss_plugin_ctx {
krb5_principal initiator_princ;
};
static krb5_error_code
static krb5_error_code KRB5_LIB_CALL
pa_gss_authorize_cb(krb5_context context,
const void *plug,
void *plugctx,