mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3: Remove smbd_server_conn from reply_fclose
This commit is contained in:
parent
96854ec994
commit
557aebc327
@ -1634,7 +1634,7 @@ void reply_fclose(struct smb_request *req)
|
|||||||
NTSTATUS err;
|
NTSTATUS err;
|
||||||
bool path_contains_wcard = False;
|
bool path_contains_wcard = False;
|
||||||
TALLOC_CTX *ctx = talloc_tos();
|
TALLOC_CTX *ctx = talloc_tos();
|
||||||
struct smbd_server_connection *sconn = smbd_server_conn;
|
struct smbd_server_connection *sconn = req->sconn;
|
||||||
|
|
||||||
START_PROFILE(SMBfclose);
|
START_PROFILE(SMBfclose);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user