From ad7cd4096f73382f3723fb3f4581c6cea4186702 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 20 Oct 2005 08:13:00 +0000 Subject: r11213: Fix the build Guenther (This used to be commit 908ac0c9eccd1ba368a6305fee9673770fc74a53) --- source3/include/includes.h | 1 + source3/smbd/sesssetup.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/includes.h b/source3/include/includes.h index 2f04e27a2a..626124523e 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1489,6 +1489,7 @@ BOOL smb_krb5_principal_compare_any_realm(krb5_context context, 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 */ diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index c875e08b24..34b161c92f 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -156,7 +156,6 @@ static int reply_spnego_kerberos(connection_struct *conn, fstring real_username; BOOL map_domainuser_to_guest = False; PAC_LOGON_INFO *logon_info = NULL; - int i; ZERO_STRUCT(ticket); ZERO_STRUCT(pac_data); -- cgit