summaryrefslogtreecommitdiff
path: root/source3/smbd
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 /source3/smbd
parentc6aea6ef2d97982263b1652b7c186df269bf0de6 (diff)
downloadsamba-ad7cd4096f73382f3723fb3f4581c6cea4186702.tar.gz
samba-ad7cd4096f73382f3723fb3f4581c6cea4186702.tar.bz2
samba-ad7cd4096f73382f3723fb3f4581c6cea4186702.zip
r11213: Fix the build
Guenther (This used to be commit 908ac0c9eccd1ba368a6305fee9673770fc74a53)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/sesssetup.c1
1 files changed, 0 insertions, 1 deletions
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);