tkt_authent needs pointers to, not inline, structures
authorJohn Kohl <jtkohl@mit.edu>
Thu, 11 Jan 1990 13:26:24 +0000 (13:26 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 11 Jan 1990 13:26:24 +0000 (13:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@84 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.h

index 7fba39444fac58f7b413e8c0144a0bdcab4aab4b..28dd2c6f45780f1b1cb05f6390363462126e831d 100644 (file)
@@ -80,8 +80,8 @@ typedef struct _krb5_authenticator {
 } krb5_authenticator;
 
 typedef struct _krb5_tkt_authent {
-    krb5_ticket ticket;
-    krb5_authenticator authenticator;
+    krb5_ticket *ticket;
+    krb5_authenticator *authenticator;
 } krb5_tkt_authent;
 
 /* credentials:  Ticket, session key, etc. */