svn commit: samba r15366 - in branches/SAMBA_4_0/source: auth/kerberos smb_server

jelmer at samba.org jelmer at samba.org
Sun Apr 30 21:21:05 GMT 2006


Author: jelmer
Date: 2006-04-30 21:21:04 +0000 (Sun, 30 Apr 2006)
New Revision: 15366

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15366

Log:
Use type name rather then typedef directly - fixes build on tcc

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.h
   branches/SAMBA_4_0/source/smb_server/


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.h
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.h	2006-04-30 20:00:37 UTC (rev 15365)
+++ branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.h	2006-04-30 21:21:04 UTC (rev 15366)
@@ -19,7 +19,7 @@
 */
 
 struct smb_krb5_context {
-	krb5_context krb5_context;
+	struct krb5_context_data *krb5_context;
 	krb5_log_facility *logf;
 };
 	


Property changes on: branches/SAMBA_4_0/source/smb_server
___________________________________________________________________
Name: svn:ignore
   - *.d
smb_server_proto.h
*.d

   + service_smb_proto.h
*.d
smb_server_proto.h
*.d




More information about the samba-cvs mailing list