]> git.ipfire.org Git - thirdparty/samba.git/commit
librpc/rpc: make use of creds->ex->client_sid in dcesrv_netr_check_schannel_get_state()
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Oct 2024 17:00:45 +0000 (19:00 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 30 Oct 2024 23:08:36 +0000 (23:08 +0000)
commit453587fbc1ef74a3b997235e84040553261fa13e
tree1bc23e66e55c2e6156108b608b062cf3a4a08465
parent518f57b93bdb84900d3b58cd94bdf1046f82a5a6
librpc/rpc: make use of creds->ex->client_sid in dcesrv_netr_check_schannel_get_state()

creds->sid will be removed soon.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/rpc/server/netlogon/schannel_util.c