s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying to continue.
commit41c5277f57eac320efb99f22b8336b13d88e8e26
authorJeremy Allison <jra@samba.org>
Tue, 29 Apr 2014 23:59:55 +0000 (29 16:59 -0700)
committerVolker Lendecke <vl@samba.org>
Wed, 30 Apr 2014 12:52:08 +0000 (30 14:52 +0200)
tree3f1566276acddbd511bcc652dfe2c99241510520
parent77b04f1df6bb916fcf07d92e22b837e131d09034
s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying to continue.

This can break smbd if we end up leaving a SHARING_VIOLATION
retry record on the queue.

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