s3: libsmb: Move setting all struct stat fields into setup_stat().
commit1f0715c0e5e6ff371e3b393a0b35222c8b6f49bc
authorJeremy Allison <jra@samba.org>
Fri, 18 Oct 2019 17:48:55 +0000 (18 10:48 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Oct 2019 20:44:31 +0000 (30 20:44 +0000)
tree7fdc3373d0ba4117c75340a85daf466fceec00b8
parent7d3b4f47be0359b496087fc40f89b815c7958dd6
s3: libsmb: Move setting all struct stat fields into setup_stat().

That way we only have one place where a struct stat is synthesised
for libsmbclient callers.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/libsmb_internal.h
source3/libsmb/libsmb_stat.c