Update to match new API for windc interface.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22702 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -60,8 +60,11 @@ pac_verify(void *ctx, krb5_context context,
|
||||
}
|
||||
|
||||
static krb5_error_code
|
||||
client_access(void *ctx, krb5_context context,
|
||||
struct hdb_entry_ex *client, KDC_REQ *req)
|
||||
client_access(void *ctx,
|
||||
krb5_context context,
|
||||
struct hdb_entry_ex *client,
|
||||
KDC_REQ *req,
|
||||
krb5_data *data)
|
||||
{
|
||||
krb5_warnx(context, "client_access");
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user