s3: smbd: remove redundant smb_dname arg from dptr_create()
authorRalph Boehme <slow@samba.org>
Sun, 4 Aug 2019 07:13:34 +0000 (09:13 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:36 +0000 (14:23 +0000)
commit6d0924d8ea0391c5b6414a79d25e15ddfd7dd448
tree4dd386aee6a8de3c6282591e0cd276e664fbbbe1
parentd84c048ea5350418cff87d5bf12f2f583d592994
s3: smbd: remove redundant smb_dname arg from dptr_create()

Now that dptr_create() is handle based, we can simply used the fsp name.

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