1
0
mirror of https://github.com/samba-team/samba.git synced 2025-05-30 01:05:50 +03:00
Volker Lendecke c312e6285b smbd: Remove the "posix_pathnames" global variable
This was only set from the smb1 trans2 call negotiating smb1 unix
extensions. This means for none of the callers in cmd_vfs and pysmbd
this could ever have been set to "true". The only real caller is
init_smb1_request(), and there we have the originating xconn with its
flags available for direct query.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2025-05-09 09:59:32 +00:00
..
2023-11-20 15:37:33 +00:00
2021-04-21 20:51:31 +00:00
2022-11-10 07:27:31 +00:00