mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3: Remove smbd_server_conn from reply_tcon_and_X
This commit is contained in:
parent
0275502b9c
commit
bf2f2f468c
@ -683,7 +683,7 @@ void reply_tcon_and_X(struct smb_request *req)
|
||||
char *path = NULL;
|
||||
const char *p, *q;
|
||||
uint16 tcon_flags;
|
||||
struct smbd_server_connection *sconn = smbd_server_conn;
|
||||
struct smbd_server_connection *sconn = req->sconn;
|
||||
|
||||
START_PROFILE(SMBtconX);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user