]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Create the proper error blob for STOPPED_ON_SYMLINK
authorVolker Lendecke <vl@samba.org>
Wed, 20 Nov 2024 10:13:12 +0000 (11:13 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 22 Nov 2024 09:50:37 +0000 (09:50 +0000)
commit239df72787f4680b39d2f2a4a0d5be9feb34ad6d
treee03284ee544f03a0f970b14dcc3d932d97ac7b4d
parent2065778b5cdcfa20b5a667f5bdc551c22393ce90
smbd: Create the proper error blob for STOPPED_ON_SYMLINK

Unused so far, our lowerlevel routines so far never return
NT_STATUS_STOPPED_ON_SYMLINK. Also see the NULL passed as
"symlink_reparse", this will change soon. Separate patch for easier
review.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb2_create.c