1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

Remove unused variable in reply_spnego_ntlmssp_ok

(This used to be commit 60c13a767523e3ec4db7ee5f5c6b20ca07d2a00a)
This commit is contained in:
Tim Potter 2003-01-17 01:08:09 +00:00
parent 03d6b8400b
commit f1ffe1b1dc

View File

@ -257,7 +257,6 @@ static BOOL reply_spnego_ntlmssp_ok(connection_struct *conn, char *outbuf,
AUTH_NTLMSSP_STATE *auth_ntlmssp_state) AUTH_NTLMSSP_STATE *auth_ntlmssp_state)
{ {
int sess_vuid; int sess_vuid;
pstring user;
DATA_BLOB null_blob = data_blob(NULL, 0); DATA_BLOB null_blob = data_blob(NULL, 0);
sess_vuid = register_vuid(auth_ntlmssp_state->server_info, auth_ntlmssp_state->ntlmssp_state->user /* check this for weird */); sess_vuid = register_vuid(auth_ntlmssp_state->server_info, auth_ntlmssp_state->ntlmssp_state->user /* check this for weird */);