summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-30 21:21:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:27 -0500
commit7ff6afd9cc18348b3c6608a405e65990b1f560a5 (patch)
treec2d3a4d14e97d90eebe4762f80dd61ad64bae3e5 /source4/auth
parent37e94956e0a976b6d144b5885b2ef18bb8e4b39b (diff)
downloadsamba-7ff6afd9cc18348b3c6608a405e65990b1f560a5.tar.gz
samba-7ff6afd9cc18348b3c6608a405e65990b1f560a5.tar.bz2
samba-7ff6afd9cc18348b3c6608a405e65990b1f560a5.zip
r15366: Use type name rather then typedef directly - fixes build on tcc
(This used to be commit 76c5f377204ad158b03641258a4645a9d487fee8)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/krb5_init_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.h b/source4/auth/kerberos/krb5_init_context.h
index 8120b8c96d..f3ffc067fa 100644
--- a/source4/auth/kerberos/krb5_init_context.h
+++ b/source4/auth/kerberos/krb5_init_context.h
@@ -19,7 +19,7 @@
*/
struct smb_krb5_context {
- krb5_context krb5_context;
+ struct krb5_context_data *krb5_context;
krb5_log_facility *logf;
};