summaryrefslogtreecommitdiffstats
path: root/source/smbd/sesssetup.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-06-13 23:13:22 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-06-13 23:13:22 +0000
commita30c6ce9c27b1c632c1a52a86c8452585acf348b (patch)
tree5b6bebd13a70c82d309f1eb7617c0957a94b7edd /source/smbd/sesssetup.c
parent2e59d1199382db69d74a35ec9e0ec831000d66c0 (diff)
downloadsamba-a30c6ce9c27b1c632c1a52a86c8452585acf348b.tar.gz
samba-a30c6ce9c27b1c632c1a52a86c8452585acf348b.tar.xz
samba-a30c6ce9c27b1c632c1a52a86c8452585acf348b.zip
r1122: As spotted by lha@stacken.kth.se we don't actually use this variable any more.
Andrew Bartlett
Diffstat (limited to 'source/smbd/sesssetup.c')
-rw-r--r--source/smbd/sesssetup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/smbd/sesssetup.c b/source/smbd/sesssetup.c
index 8a56478929f..49acd371a50 100644
--- a/source/smbd/sesssetup.c
+++ b/source/smbd/sesssetup.c
@@ -152,7 +152,6 @@ static int reply_spnego_kerberos(connection_struct *conn,
auth_serversupplied_info *server_info = NULL;
DATA_BLOB session_key = data_blob(NULL, 0);
uint8 tok_id[2];
- BOOL foreign = False;
DATA_BLOB nullblob = data_blob(NULL, 0);
fstring real_username;
@@ -197,7 +196,6 @@ static int reply_spnego_kerberos(connection_struct *conn,
SAFE_FREE(client);
return ERROR_NT(NT_STATUS_LOGON_FAILURE);
}
- foreign = True;
}
/* this gives a fully qualified user name (ie. with full realm).