smbd: Simplify make_dir_struct()
commit4e2de3a0cd2661af2321ec3a34348fcda9283c20
authorVolker Lendecke <vl@samba.org>
Wed, 7 Jun 2023 13:16:44 +0000 (7 15:16 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 8 Jun 2023 17:39:39 +0000 (8 17:39 +0000)
tree8da126f7a9adf01db156b9acd2054db1270053d0
parent288e591bfd4efd6a1b1c2239e5cf43c79ea3446b
smbd: Simplify make_dir_struct()

We don't need the talloc_strdup and thus we can return void.

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