1
0
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:
Volker Lendecke 2010-06-12 11:41:40 +02:00
parent 96854ec994
commit 557aebc327

View File

@ -1634,7 +1634,7 @@ void reply_fclose(struct smb_request *req)
NTSTATUS err;
bool path_contains_wcard = False;
TALLOC_CTX *ctx = talloc_tos();
struct smbd_server_connection *sconn = smbd_server_conn;
struct smbd_server_connection *sconn = req->sconn;
START_PROFILE(SMBfclose);