smbd: print twrp in smb_fname_str_dbg()
authorRalph Boehme <slow@samba.org>
Fri, 1 May 2020 14:30:28 +0000 (16:30 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 5 May 2020 19:18:41 +0000 (19:18 +0000)
commitb6b0c3d1ec6205b6279596615b0ff0710d613e2a
tree34097b83d9504e9de7e771f7222a5808bc1e827d
parent26ca22fa146b481262cb5baccf3910199450d72b
smbd: print twrp in smb_fname_str_dbg()

This looses precision by going from NTTIME to time_t, but GMT_FORMAT only has
seconds granularity anyway and @GMT token as defined by MS-SMB2 as well.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/filename_util.c