s3: smbd: dptr_create() doesn't need a separate wcard_has_wild parameter.
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 18:58:54 +0000 (11:58 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:39 +0000 (20:46 +0000)
commit33fffcd2702f4559f093a3253a3d06c98c47cfdc
tree4df9c3dcf1448b2f022ae70c7a05cb694b29d66b
parentb8653f4ee7ae4afe5391df4f68399858614d8145
s3: smbd: dptr_create() doesn't need a separate wcard_has_wild parameter.

It can figure this out by itself.

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