smbd: switch caller of fd_openat() to fd_open()
authorRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 14:26:29 +0000 (16:26 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 19:39:43 +0000 (19:39 +0000)
commit187353d91cb9ffe441b84dccb4a8a5a5ce6281af
tree36a057d515fb9c94a7dc1c731e03df8ed2925c69
parent4389ae9ca0ceed6c56d315c57ac1e8590ab7f699
smbd: switch caller of fd_openat() to fd_open()

fd_openat() was added to be used with real dirfsp, but after adding pathref fd
support we will never use this.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/durable.c
source3/smbd/open.c
source3/smbd/proto.h