1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:smb2_sesssetup: remove unused code in smbd_smb2_reauth_generic_return()

A reauth exchange is already signed, with the channel signing key.

metze
This commit is contained in:
Stefan Metzmacher 2012-08-08 05:35:37 +02:00
parent 5f7d786b08
commit 6bfdca4786

View File

@ -360,15 +360,6 @@ static NTSTATUS smbd_smb2_reauth_generic_return(struct smbXsrv_session *session,
conn_clear_vuid_caches(conn->sconn, session->compat->vuid);
/*
* we attach the session to the request
* so that the response can be signed
*/
smb2req->session = session;
smb2req->do_signing = true;
global_client_caps |= (CAP_LEVEL_II_OPLOCKS|CAP_STATUS32);
*out_session_id = session->global->session_wire_id;
return NT_STATUS_OK;