]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Retry the open with OPEN_REPARSE_POINT on IO_REPARSE_TAG_NOT_HANDLED
authorVolker Lendecke <vl@samba.org>
Wed, 3 May 2023 14:44:34 +0000 (16:44 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 22 Nov 2024 09:50:37 +0000 (09:50 +0000)
commit61259bf9aabfa1d207b3d4bfeac0860f54f5cd4d
treeebbca1606053a30c0ad9f92c272160c026618295
parent079d95da0bb190c9b26fde46aef53eacd3eff72e
libsmb: Retry the open with OPEN_REPARSE_POINT on IO_REPARSE_TAG_NOT_HANDLED

If we get that error message, we want to look at the reparse point as
such. This does not affect normal files, but soon we will need it in
our tests.

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