smbd: Simplify reply_rmdir()
authorVolker Lendecke <vl@samba.org>
Mon, 28 Mar 2022 14:49:25 +0000 (16:49 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 29 Mar 2022 21:32:34 +0000 (21:32 +0000)
commit50bac24665ba858edc2e6a3e66422b6eee4cdd39
tree9c533c23b1416d76076df30674d8b1cdc702a13e
parent103dc3f938d65ae6a59bc77825c185fb87046b7a
smbd: Simplify reply_rmdir()

We don't need to check this here, create_file_default and callees take
care of this.

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