diff options
author | Jeremy Allison <jra@samba.org> | 2010-04-08 21:24:23 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-04-08 21:24:23 -0700 |
commit | 3491f6d119d1f4c7e0a259a9993ce96783b77e23 (patch) | |
tree | e56be651d93626d490b699a8201a47dc1496448d /source3/script | |
parent | 358781559526f962c96c1af88cd104946c507d05 (diff) | |
download | samba-3491f6d119d1f4c7e0a259a9993ce96783b77e23.tar.gz samba-3491f6d119d1f4c7e0a259a9993ce96783b77e23.tar.bz2 samba-3491f6d119d1f4c7e0a259a9993ce96783b77e23.zip |
Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
Remove the bool ms_dfs_link parameter from smbd_do_qfilepathinfo.
It is not possible for this to be a DFS link. Remove the check_msdfs_link()
call from call_trans2qfilepathinfo() - the call to filename_convert()
above with a ucf_flags of zero *MUST* catch a DFS link and return
NT_STATUS_PATH_NOT_COVERED in this case, so the code below checking
for msdfs links is redundent. Don't add this to 3.5.x, as it's an
optimization but not needed to fix bug #7339 - MSDFS is non-functional in 3.5.x.
Jeremy.
Diffstat (limited to 'source3/script')
0 files changed, 0 insertions, 0 deletions