]> git.ipfire.org Git - thirdparty/samba.git/commit
winbindd: let wb_lookupsid_send() use a stack variable for struct winbindd_domain
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Feb 2025 14:10:20 +0000 (15:10 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 8 Feb 2025 15:26:38 +0000 (15:26 +0000)
commitb08b9f1d9f30d149e20c5396eb98c295896e4fc2
tree4b0285347c101beb6fe055c844d9bf2634db9838
parent60e2614a491193149411b5ed7ee5541c04f5b81a
winbindd: let wb_lookupsid_send() use a stack variable for struct winbindd_domain

It's not needed to be on struct wb_lookupsid_state.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/winbindd/wb_lookupsid.c