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)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Mar 2022 09:46:31 +0000 (09:46 +0000)
commitdffebcba823c13b1cf29ac2d6209223e248f278c
tree6c2d3effa0ff28230e99590f57a6371b8937db6a
parent240785f4e4fe10788790be169f8e591cf2d777b7
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