]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 10 Mar 2022 03:16:35 +0000 (03:16 +0000)
commit9a4ac8ab2e2c8ee48f6bf5a6ecf7988c435ba1c6
tree517d851b7af23b87f5cff72920a211c75fd90be4
parenta6fb598d9dcbfe21ef285b5f30fabcb88a259c93
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>
auth/ntlmssp/ntlmssp_server.c