]> git.ipfire.org Git - thirdparty/samba.git/commit
lib: Simplify copy_unix_token()
authorVolker Lendecke <vl@samba.org>
Fri, 2 Feb 2024 14:14:33 +0000 (15:14 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 12 Mar 2024 13:31:31 +0000 (13:31 +0000)
commit32ecf1fe607f0442511189cb6639d405cb5125df
tree901f178e491afb274bf33a894c3d0a3973e31070
parent9f5655127550e02aed6c8636fda406ad66871a6d
lib: Simplify copy_unix_token()

Avoid an else with implicit NULL initialization

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/lib/util.c