]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Fix the build with clang
authorVolker Lendecke <vl@samba.org>
Wed, 31 Jul 2019 08:42:24 +0000 (10:42 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 6 Aug 2019 21:49:28 +0000 (21:49 +0000)
commita8a1ca3f83dce6d725392989cbc97271cbf52f4a
tree0a9341074ba99817e593361db2d778f2081c4233
parent3ca52f11dcc27de0cbd67c8f030d2984869c3085
smbd: Fix the build with clang

clang correctly complains that "close_fsp" is used uninitialized if
"get_posix_fsp" fails and we end up in "goto out;".

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