indent.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19798 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -94,7 +94,8 @@ _kdc_pac_verify(krb5_context context,
|
||||
krb5_set_error_string(context, "Can't verify WINDC, no function");
|
||||
return EINVAL;
|
||||
}
|
||||
return (windcft->pac_verify)(windcctx, context, client_principal, client, server, pac);
|
||||
return (windcft->pac_verify)(windcctx, context,
|
||||
client_principal, client, server, pac);
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
|
@@ -58,7 +58,9 @@ typedef krb5_error_code
|
||||
typedef krb5_error_code
|
||||
(*krb5plugin_windc_pac_verify)(void *, krb5_context,
|
||||
const krb5_principal,
|
||||
struct hdb_entry_ex *, struct hdb_entry_ex *, krb5_pac *);
|
||||
struct hdb_entry_ex *,
|
||||
struct hdb_entry_ex *,
|
||||
krb5_pac *);
|
||||
|
||||
typedef krb5_error_code
|
||||
(*krb5plugin_windc_client_access)(
|
||||
|
Reference in New Issue
Block a user