]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:utils: remove unused signing_flags in connections_forall()
authorStefan Metzmacher <metze@samba.org>
Mon, 3 Jul 2023 13:05:59 +0000 (15:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 May 2024 18:23:28 +0000 (18:23 +0000)
commitc9c83fb691f557d570e2f2ad32b2340e06d82978
tree6596606f3dc8394c21b930e4a5bad004c574e71b
parenta6c549db3d85d358e1e99b90230d1cd50da6646e
s3:utils: remove unused signing_flags in connections_forall()

We never use the signing flags from the session, as the tcon
has its own signing flags.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
(cherry picked from commit a9f84593f44f15a19c4cdde1e7ad53cd5e03b4d9)
source3/utils/conn_tdb.c