1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

r1122: As spotted by lha@stacken.kth.se we don't actually use this variable any more.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2004-06-13 23:13:22 +00:00
committed by Gerald (Jerry) Carter
parent ee23a4237d
commit 9d5821d5ee

View File

@ -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).