pull up r19759 from trunk
authorTom Yu <tlyu@mit.edu>
Tue, 18 Sep 2007 03:38:03 +0000 (03:38 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 18 Sep 2007 03:38:03 +0000 (03:38 +0000)
 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

src/include/k5-int.h

index ed4a641cf015a26ec9574b192ddd4c6d7b994eb1..626cc8d65e62102b512205160bfe5575e6ab4ff8 100644 (file)
@@ -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;