s3:smb2_break: use fsp->conn->sconn->client->connections to send SMB2 oplock breaks
commit6e28bf174b4670b47a3a4d402b935da3c7cbf421
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Sep 2014 07:23:54 +0000 (16 09:23 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 19 Sep 2014 07:15:12 +0000 (19 09:15 +0200)
treeea0f3b1449be7db32a0cb2bd114357beefe85db0
parent33bffc3258ecc4f318a9915d3613ef11fb4ce886
s3:smb2_break: use fsp->conn->sconn->client->connections to send SMB2 oplock breaks

This means we use the first connection for now.

TODO: we may need to use the connection on which the SMB2 create was done
and fallback to other connections.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/smb2_break.c