summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-10-20 08:13:00 +0000
committerGünther Deschner <gd@samba.org>2005-10-20 08:13:00 +0000
commit5a3552cc1737e025cdc4238665dda79308c65e3e (patch)
tree84f475447042e8bbf877bde8f6fba59aa5506f4f /source
parentc1dc916a12e8082d7757c3090e7d4f25322a3cbf (diff)
downloadsamba-5a3552cc1737e025cdc4238665dda79308c65e3e.tar.gz
samba-5a3552cc1737e025cdc4238665dda79308c65e3e.tar.xz
samba-5a3552cc1737e025cdc4238665dda79308c65e3e.zip
r11213: Fix the build
Guenther
Diffstat (limited to 'source')
-rw-r--r--source/include/includes.h1
-rw-r--r--source/smbd/sesssetup.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 2f04e27a2a9..626124523e5 100644
--- a/source/include/includes.h
+++ b/source/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/source/smbd/sesssetup.c b/source/smbd/sesssetup.c
index c875e08b246..34b161c92ff 100644
--- a/source/smbd/sesssetup.c
+++ b/source/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);