diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-06-13 23:13:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:56 -0500 |
commit | 3542b99cf1408b075353efe1cbfb30569104dfba (patch) | |
tree | 286f69c2210f494ae4b884b0103bf55cde07dfb6 | |
parent | e27895d54fa487d28a87e1d31f172e6e468100e2 (diff) | |
download | samba-3542b99cf1408b075353efe1cbfb30569104dfba.tar.gz samba-3542b99cf1408b075353efe1cbfb30569104dfba.tar.bz2 samba-3542b99cf1408b075353efe1cbfb30569104dfba.zip |
r1122: As spotted by lha@stacken.kth.se we don't actually use this variable any more.
Andrew Bartlett
(This used to be commit 9d5821d5ee5e9f666dfbe75419e97508af9cad5e)
-rw-r--r-- | source3/smbd/sesssetup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 8a56478929..49acd371a5 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/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). |