s3: smbd: Flatten the check_path_syntax_smb2() wrapper.
commita8329d2536a9333d63a7b2fd5106377364fde42a
authorJeremy Allison <jra@samba.org>
Tue, 28 Mar 2023 18:03:59 +0000 (28 11:03 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 31 Mar 2023 20:22:38 +0000 (31 20:22 +0000)
tree79143ec82d8ae61830699ad73b5ac7434420d31b
parent874e10ef79a592933ba097bf78ad3e3446b82e24
s3: smbd: Flatten the check_path_syntax_smb2() wrapper.

Keep it, rather and move all SMB2 code to check_path_syntax()
as I want to keep SMB1/SMB2 code as separate as possible so
we can remove any SMB1 code path later.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb2_reply.c