svn commit: samba r11213 - branches/SAMBA_3_0/source/include branches/SAMBA_3_0/source/smbd trunk/source/include trunk/source/smbd

gd at samba.org gd at samba.org
Thu Oct 20 08:13:01 GMT 2005


Author: gd
Date: 2005-10-20 08:13:00 +0000 (Thu, 20 Oct 2005)
New Revision: 11213

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

Log:
Fix the build

Guenther

Modified:
   branches/SAMBA_3_0/source/include/includes.h
   branches/SAMBA_3_0/source/smbd/sesssetup.c
   trunk/source/include/includes.h
   trunk/source/smbd/sesssetup.c


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2005-10-20 07:36:08 UTC (rev 11212)
+++ branches/SAMBA_3_0/source/include/includes.h	2005-10-20 08:13:00 UTC (rev 11213)
@@ -1489,6 +1489,7 @@
 					  krb5_const_principal princ2);
 int cli_krb5_get_ticket(const char *principal, time_t time_offset, 
 			DATA_BLOB *ticket, DATA_BLOB *session_key_krb5, uint32 extra_ap_opts);
+PAC_LOGON_INFO *get_logon_info_from_pac(PAC_DATA *pac_data);
 #endif /* HAVE_KRB5 */
 
 

Modified: branches/SAMBA_3_0/source/smbd/sesssetup.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/sesssetup.c	2005-10-20 07:36:08 UTC (rev 11212)
+++ branches/SAMBA_3_0/source/smbd/sesssetup.c	2005-10-20 08:13:00 UTC (rev 11213)
@@ -156,7 +156,6 @@
 	fstring real_username;
 	BOOL map_domainuser_to_guest = False;
 	PAC_LOGON_INFO *logon_info = NULL;
-	int i;
 
 	ZERO_STRUCT(ticket);
 	ZERO_STRUCT(pac_data);

Modified: trunk/source/include/includes.h
===================================================================
--- trunk/source/include/includes.h	2005-10-20 07:36:08 UTC (rev 11212)
+++ trunk/source/include/includes.h	2005-10-20 08:13:00 UTC (rev 11213)
@@ -1490,6 +1490,7 @@
 					  krb5_const_principal princ2);
 int cli_krb5_get_ticket(const char *principal, time_t time_offset, 
 			DATA_BLOB *ticket, DATA_BLOB *session_key_krb5, uint32 extra_ap_opts);
+PAC_LOGON_INFO *get_logon_info_from_pac(PAC_DATA *pac_data);
 #endif /* HAVE_KRB5 */
 
 

Modified: trunk/source/smbd/sesssetup.c
===================================================================
--- trunk/source/smbd/sesssetup.c	2005-10-20 07:36:08 UTC (rev 11212)
+++ trunk/source/smbd/sesssetup.c	2005-10-20 08:13:00 UTC (rev 11213)
@@ -156,7 +156,6 @@
 	fstring real_username;
 	BOOL map_domainuser_to_guest = False;
 	PAC_LOGON_INFO *logon_info = NULL;
-	int i;
 
 	ZERO_STRUCT(ticket);
 	ZERO_STRUCT(pac_data);



More information about the samba-cvs mailing list