r2789: fix compile
authorSimo Sorce <idra@samba.org>
Sat, 2 Oct 2004 15:28:16 +0000 (15:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:34 +0000 (12:59 -0500)
(This used to be commit a34ba8dafebb65e59616a0e68cc3d6fe3a349801)

source4/ntvfs/posix/pvfs_qfileinfo.c

index 30390722d1366a415eb00abfbce8e72948b4aff5..78d0983bf67a2335ae1044c52dfb4a837aec63a2 100644 (file)
@@ -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;