s3:smbd: avoid dereferencing client->connections
authorStefan Metzmacher <metze@samba.org>
Wed, 8 Jul 2020 08:15:56 +0000 (10:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Jul 2020 15:54:40 +0000 (15:54 +0000)
commit36812aadbd89802b1495cb257223e0d5d2d50e9c
tree266213c51b0e0441bb186ec3bf269b7aa76ae427
parentc66110cf33758ee0da035a05585195621b60a393
s3:smbd: avoid dereferencing client->connections

There're typically better ways to get the same information.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11897

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/locking/leases_util.c
source3/smbd/open.c
source3/smbd/oplock.c
source3/smbd/smb2_sesssetup.c