]> git.ipfire.org Git - thirdparty/samba.git/commit
winbind: Don't transfer a pointer that's NULL anyway
authorVolker Lendecke <vl@samba.org>
Fri, 1 Oct 2021 14:28:57 +0000 (16:28 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 5 Jan 2022 00:11:38 +0000 (00:11 +0000)
commit0eed31db6c327eaedc984ff5aab32afeea8a144a
tree42eb07c72a9ecc3579d3bf6c761fdfab12e7d9ae
parent0cae08f298856af10959a031794155946a4e778c
winbind: Don't transfer a pointer that's NULL anyway

ncacn_conn was created by make_internal_ncacn_conn with talloc_zero(),
and that does not set session_info for the purely one-shot connection
state in winbindd_dual_ndrcmd().

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/winbindd_dual_ndr.c