auth/ntlmssp: don't set mapped_state explicitly in auth_usersupplied_info
authorStefan Metzmacher <metze@samba.org>
Thu, 3 Mar 2022 22:15:31 +0000 (23:15 +0100)
committerJule Anger <janger@samba.org>
Wed, 16 Mar 2022 14:27:11 +0000 (14:27 +0000)
commit9d4b98aa568ae7b7bc0a481587922eb869161740
tree2ece75b4081ee93afe7c60ff385b881086c842f7
parent1ead3a4d0dd7d5b2c65b93c0501c3da9267e08dd
auth/ntlmssp: 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 9a4ac8ab2e2c8ee48f6bf5a6ecf7988c435ba1c6)
auth/ntlmssp/ntlmssp_server.c