s4:smb_server: don't set mapped_state explicitly in auth_usersupplied_info
authorStefan Metzmacher <metze@samba.org>
Thu, 3 Mar 2022 22:16:13 +0000 (23:16 +0100)
committerJule Anger <janger@samba.org>
Wed, 16 Mar 2022 13:41:14 +0000 (13:41 +0000)
commit7b31dcbd70464a5a110452b70079ff230748114d
treedf0cb07d0a259a3904d82656f6404cf35d2680f3
parent27a8698ced542308c5e72648e1a65dfb41ce1943
s4:smb_server: don't set mapped_state explicitly in auth_usersupplied_info

We already use talloc_zero() and mapped_state will be removed in the
next commits.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 859c7817350553259eb09c889bc40afebb60064a)
source4/smb_server/smb/sesssetup.c