1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3: Remove smbd_server_conn from break_level2_to_none_async

This commit is contained in:
Volker Lendecke 2010-06-12 13:21:46 +02:00
parent 5d43180a55
commit a529fbb713

View File

@ -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