summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-08-08 05:04:45 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-08-08 05:04:45 +0000
commitc40973ff856c64d04f89f58666f5c7eb8b5048b9 (patch)
treed0946e67e899bb4d54cb42a057ff0d4be9059f17 /src/include
parent4c17f25c0f106ec8e3aad2cee4e7a24f66b5a65d (diff)
downloadkrb5-c40973ff856c64d04f89f58666f5c7eb8b5048b9.tar.gz
krb5-c40973ff856c64d04f89f58666f5c7eb8b5048b9.tar.xz
krb5-c40973ff856c64d04f89f58666f5c7eb8b5048b9.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 3958447669..ee421d2dee 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;