diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-10 21:38:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:56:58 -0500 |
commit | e5e10ca55ce94d371dc507b2cbb23e70440c9332 (patch) | |
tree | 769d5958a0b843ce13a8d4174565ba6ddea313e6 /source4/ntvfs | |
parent | 307e43bb5628e8b53a930c2928279af994281ba5 (diff) | |
download | samba-e5e10ca55ce94d371dc507b2cbb23e70440c9332.tar.gz samba-e5e10ca55ce94d371dc507b2cbb23e70440c9332.tar.bz2 samba-e5e10ca55ce94d371dc507b2cbb23e70440c9332.zip |
r14174: fix typos
metze
(This used to be commit 29240bae4488749b3f8a2b49bccad1601d1aa184)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/pvfs_setfileinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_setfileinfo.c b/source4/ntvfs/posix/pvfs_setfileinfo.c index db03149642..5a6643bdd4 100644 --- a/source4/ntvfs/posix/pvfs_setfileinfo.c +++ b/source4/ntvfs/posix/pvfs_setfileinfo.c @@ -435,7 +435,7 @@ NTSTATUS pvfs_setpathinfo(struct ntvfs_module_context *ntvfs, uint32_t access_needed; /* resolve the cifs name to a posix name */ - status = pvfs_resolve_name(pvfs, req, info->generic.file.fname, + status = pvfs_resolve_name(pvfs, req, info->generic.file.path, PVFS_RESOLVE_STREAMS, &name); if (!NT_STATUS_IS_OK(status)) { return status; |