mirror of
https://github.com/samba-team/samba.git
synced 2025-05-30 01:05:50 +03:00
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>