mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
3f2e45aa16
We might have a relative filename in tdb->name, so we might do the wrong thing here. And as we have the fd, why not use it... We call futimens in vfs_default without #ifdef and it's Posix 2018 or before. So I don't think we need to check for it. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>