Regression introduced by
55d98b29eb294542cc4947573f233e0d5e6966cb. D'oh!
We'll add a regression test for this soon,
but for now we want to unblocking testing from the linux
client...
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15639
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Thu Sep 19 21:27:07 UTC 2024 on atb-devel-224
uint16_t info_level)
{
if (conn_using_smb2(conn->sconn) &&
- fsp->posix_flags == FSP_POSIX_FLAGS_OPEN &&
+ (fsp->posix_flags & FSP_POSIX_FLAGS_OPEN) &&
info_level == SMB2_FS_POSIX_INFORMATION_INTERNAL)
{
return true;