mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3: Remove smbd_server_conn from reply_findclose
This commit is contained in:
parent
93867d5f34
commit
391cb416f6
@ -8319,7 +8319,7 @@ static void call_trans2ioctl(connection_struct *conn,
|
||||
void reply_findclose(struct smb_request *req)
|
||||
{
|
||||
int dptr_num;
|
||||
struct smbd_server_connection *sconn = smbd_server_conn;
|
||||
struct smbd_server_connection *sconn = req->sconn;
|
||||
|
||||
START_PROFILE(SMBfindclose);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user