s3:utils: remove unused signing_flags in connections_forall()
commita9f84593f44f15a19c4cdde1e7ad53cd5e03b4d9
authorStefan Metzmacher <metze@samba.org>
Mon, 3 Jul 2023 13:05:59 +0000 (3 15:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 23 May 2024 12:35:37 +0000 (23 12:35 +0000)
treeab1a811533eebb7e77b87aff9ca331e885665669
parent6c5781b5f154857f1454f41133687fba8c4c9df9
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>
source3/utils/conn_tdb.c