mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:smbd:smb2: change smbXsrv_tcon0 to smbXsrv_tcon in smbd_smb2_request_check_tcon()
smbXsrv_tcon0 is the internal name for the (current) version0 of the structure. Externally, only smbXsrv_tcon should be used.
This commit is contained in:
parent
cca51e2f55
commit
bfc38d74cc
@ -1317,7 +1317,7 @@ static NTSTATUS smbd_smb2_request_check_tcon(struct smbd_smb2_request *req)
|
||||
int i = req->current_idx;
|
||||
uint32_t in_flags;
|
||||
uint32_t in_tid;
|
||||
struct smbXsrv_tcon0 *tcon;
|
||||
struct smbXsrv_tcon *tcon;
|
||||
NTSTATUS status;
|
||||
NTTIME now = timeval_to_nttime(&req->request_time);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user