From c40973ff856c64d04f89f58666f5c7eb8b5048b9 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 8 Aug 2007 05:04:45 +0000 Subject: [PATCH] In krb5_preauth_context ftable should be struct krb5plugin_preauth_client_ftable_v1 * instead of struct krb5plugin_preauth_client_ftable_v0 * ticket: 5617 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19759 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.26.2