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

This means we use the first and only connection.

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