mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3: Remove smbd_server_conn from break_level2_to_none_async
This commit is contained in:
parent
5d43180a55
commit
a529fbb713
@ -377,7 +377,7 @@ static void send_break_message_smb1(files_struct *fsp, int level)
|
||||
|
||||
void break_level2_to_none_async(files_struct *fsp)
|
||||
{
|
||||
struct smbd_server_connection *sconn = smbd_server_conn;
|
||||
struct smbd_server_connection *sconn = fsp->conn->sconn;
|
||||
|
||||
if (fsp->oplock_type == NO_OPLOCK) {
|
||||
/* We already got a "break to none" message and we've handled
|
||||
|
Loading…
x
Reference in New Issue
Block a user