diff options
author | Simo Sorce <idra@samba.org> | 2004-10-02 15:28:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:34 -0500 |
commit | 54ae58fbcdf18d6d4b0ab2227099e6b7d7bb963e (patch) | |
tree | 52fcdff2d5712107773574c4cb9c17b6e429f3fa /source4/ntvfs | |
parent | 421ff99f5d33c4be72f56f09d82f6ba6fe1bea5c (diff) | |
download | samba-54ae58fbcdf18d6d4b0ab2227099e6b7d7bb963e.tar.gz samba-54ae58fbcdf18d6d4b0ab2227099e6b7d7bb963e.tar.bz2 samba-54ae58fbcdf18d6d4b0ab2227099e6b7d7bb963e.zip |
r2789: fix compile
(This used to be commit a34ba8dafebb65e59616a0e68cc3d6fe3a349801)
Diffstat (limited to 'source4/ntvfs')
-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 30390722d1..78d0983bf6 100644 --- a/source4/ntvfs/posix/pvfs_qfileinfo.c +++ b/source4/ntvfs/posix/pvfs_qfileinfo.c @@ -47,7 +47,7 @@ static NTSTATUS pvfs_map_fileinfo(struct pvfs_state *pvfs, TALLOC_CTX *mem_ctx, info->generic.out.ea_size = 0; info->generic.out.num_eas = 0; info->generic.out.fname.s = name->original_name; - info->generic.out.alt_fname.s = pvfs_short_name(pvfs, name); + info->generic.out.alt_fname.s = pvfs_short_name(pvfs, name, name); info->generic.out.compressed_size = name->st.st_size; info->generic.out.format = 0; info->generic.out.unit_shift = 0; |