summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-10-20 08:13:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:06 -0500
commitad7cd4096f73382f3723fb3f4581c6cea4186702 (patch)
treecc5bcb1c3ee08d4703fd7466a73d894db0e0917c
parentc6aea6ef2d97982263b1652b7c186df269bf0de6 (diff)
downloadsamba-ad7cd4096f73382f3723fb3f4581c6cea4186702.tar.gz
samba-ad7cd4096f73382f3723fb3f4581c6cea4186702.tar.bz2
samba-ad7cd4096f73382f3723fb3f4581c6cea4186702.zip
r11213: Fix the build
Guenther (This used to be commit 908ac0c9eccd1ba368a6305fee9673770fc74a53)
-rw-r--r--source3/include/includes.h1
-rw-r--r--source3/smbd/sesssetup.c1
2 files changed, 1 insertions, 1 deletions
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);