s3-smbd: Fix old DOS client doing wildcard delete - gives a attribute type of zero
authorJeremy Allison <jra@samba.org>
Mon, 19 Oct 2015 23:04:02 +0000 (16:04 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 21 Oct 2015 06:25:26 +0000 (08:25 +0200)
commit1d51119f8acaa586e9ec09d14f10b43ed0053df5
treeb148691407c9533e76496caae8c2ba40156a04c3
parent7f8f1ab9a48cd0e90c0b18a73956c25afb528a99
s3-smbd: Fix old DOS client doing wildcard delete - gives a attribute type of zero

In the wildcard delete path we forgot to map 0 -> FILE_ATTRIBUTE_NORMAL
as we do in the non-wildcard delete path.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11452

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/reply.c