]> git.ipfire.org Git - thirdparty/samba.git/commit
net: Copy hires timestamps in net_copy_fileattr()
authorVolker Lendecke <vl@samba.org>
Wed, 3 Jun 2020 15:56:53 +0000 (17:56 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 4 Jun 2020 17:11:39 +0000 (17:11 +0000)
commitb56cc5bf09ec09e5d6059bbab7d2f0d3d6f02e99
tree2296d7ef9ae4c966d22e2d9adafbd1395cb98d63
parentbc7fc08f17388cd731e3fc25510a0fead7ca589f
net: Copy hires timestamps in net_copy_fileattr()

In this routine we're using cli_ntcreate, so I would assume the hires
timestamp calls to be available. My goal is to reduce the use of the
second-resolution calls and potentially push their fallback use into
clifile.c.

Only tested manually.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/utils/net_rpc_printer.c