diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/posix/pvfs_dirlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_dirlist.c b/source4/ntvfs/posix/pvfs_dirlist.c index e8dd149836..c29f70209f 100644 --- a/source4/ntvfs/posix/pvfs_dirlist.c +++ b/source4/ntvfs/posix/pvfs_dirlist.c @@ -52,7 +52,7 @@ struct pvfs_dir { */ #define DIR_OFFSET_DOT 0 #define DIR_OFFSET_DOTDOT 1 -#define DIR_OFFSET_BASE 0x80000002 +#define DIR_OFFSET_BASE 0x80000022 /* a special directory listing case where the pattern has no wildcard. We can just do a single stat() |