diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 395844766..ee421d2de 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -896,7 +896,7 @@ typedef struct _krb5_preauth_context { preauth_client_plugin_fini_proc client_fini; /* The module's table, and some of its members, copied here for * convenience when we populated the list. */ - struct krb5plugin_preauth_client_ftable_v0 *ftable; + struct krb5plugin_preauth_client_ftable_v1 *ftable; const char *name; int flags, use_count; preauth_client_process_proc client_process; |
