s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying to continue.
commit3b7b6707f6bd5ab5344223974b227260d8b4b80f
authorJeremy Allison <jra@samba.org>
Tue, 29 Apr 2014 23:59:55 +0000 (29 16:59 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 19 May 2014 10:22:25 +0000 (19 12:22 +0200)
tree318843692f7d770ebf5e0d192347052ccd878d52
parentd51422661dcb6e2badd9f35a7654571e3b6216cf
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>
Fix bug #10577 - SMB1 wildcard unlink fail can leave a retry record on the open
retry queue.
source3/smbd/reply.c