r23845: Second part of the fix for #4777. Looks like on AIX opendir
authorJeremy Allison <jra@samba.org>
Wed, 11 Jul 2007 23:40:14 +0000 (23:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:34 +0000 (12:28 -0500)
commitda0758cb048b5d5c804ea4e73ffb822532cd3a00
tree60af53bf8bf3bfc4c3a84c85d2fa4d22b0bc6c28
parentf01698027d15ca546d9a92c799d0cad18a625789
r23845: Second part of the fix for #4777. Looks like on AIX opendir
returns an errno of ELOOP for a symlink of msdfs:server\path\to\link.
Cope with this by mapping to a known error NT_STATUS_OBJECT_PATH_NOT_FOUND
that we know dfs_path_lookup should ignore.
Jeremy.
(This used to be commit d4a7411c4886c601a917b0f0e53facc7e10dd18e)
source3/lib/errmap_unix.c