From: Tom Yu Date: Tue, 18 Sep 2007 03:38:03 +0000 (+0000) Subject: pull up r19759 from trunk X-Git-Tag: krb5-1.6.3-beta1~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d852c11bb9ff9e2b48a95733051aca209f983d02;p=krb5.git pull up r19759 from trunk r19759@cathode-dark-space: jaltman | 2007-08-08 01:04:45 -0400 ticket: 5617 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/branches/krb5-1-6@19944 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index ed4a641cf..626cc8d65 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -900,7 +900,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;