]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
commitd4a7411c4886c601a917b0f0e53facc7e10dd18e
tree0c88a86ac190688a8991f5761e60cfc5993bd69e
parentea6ef368891af24164d2e76700c405a82b3dfc19
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.
source/lib/errmap_unix.c