r15366: Use type name rather then typedef directly - fixes build on tcc
authorJelmer Vernooij <jelmer@samba.org>
Sun, 30 Apr 2006 21:21:04 +0000 (21:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:27 +0000 (14:05 -0500)
(This used to be commit 76c5f377204ad158b03641258a4645a9d487fee8)

source4/auth/kerberos/krb5_init_context.h

index 8120b8c96d647e0d3444729d4c2577ad7326aa55..f3ffc067faa9bf4b521d1ce160dc11a72bc85c09 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 struct smb_krb5_context {
-       krb5_context krb5_context;
+       struct krb5_context_data *krb5_context;
        krb5_log_facility *logf;
 };