Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_name->st
authorJeremy Allison <jra@samba.org>
Tue, 14 Dec 2010 03:17:57 +0000 (19:17 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 14 Dec 2010 04:05:50 +0000 (05:05 +0100)
commit0fe744078d1ce9c93759ffed3f27db82ec8922ff
treef733e6d658c53f1378afd19413ab34d1bf65a38b
parent6510414ef0e48aaea9918cce87c0850d8f74fccd
Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_name->st
instead of a SMB_STRUCT_STAT on the stack.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Dec 14 05:05:50 CET 2010 on sn-devel-104
source3/smbd/vfs.c