diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-27 13:17:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-27 13:17:08 +0100 |
commit | e20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38 (patch) | |
tree | 0daf321bd175d97b6813222002f1ebc9160efb42 /source4/ntvfs/posix/pvfs_qfileinfo.c | |
parent | 39eb63039163cf7625edf5c0a33112a0659c3eca (diff) | |
parent | c9009b9876e14ce9bd9e6941a8344e1f5e47dd21 (diff) | |
download | samba-e20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38.tar.gz samba-e20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38.tar.bz2 samba-e20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake-simple
(This used to be commit a9fe1b785dd59acbfab4eb90256e7a0cb0f4da6e)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_qfileinfo.c')
-rw-r--r-- | source4/ntvfs/posix/pvfs_qfileinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_qfileinfo.c b/source4/ntvfs/posix/pvfs_qfileinfo.c index 2f01c08fb0..8d23d707a4 100644 --- a/source4/ntvfs/posix/pvfs_qfileinfo.c +++ b/source4/ntvfs/posix/pvfs_qfileinfo.c @@ -330,7 +330,7 @@ NTSTATUS pvfs_qpathinfo(struct ntvfs_module_context *ntvfs, status = pvfs_can_stat(pvfs, req, name); if (!NT_STATUS_IS_OK(status)) { - return NT_STATUS_DELETE_PENDING; + return status; } status = pvfs_access_check_simple(pvfs, req, name, |