s3:smbd: cancel all locks that are made before the first failure
commit007f89def89794793a447d12fcd213dc222e2bd0
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Jul 2009 13:16:21 +0000 (7 15:16 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Aug 2009 12:27:23 +0000 (13 14:27 +0200)
tree25c9a5b64f1839d3d9011f9325e29d12faecbda6
parentc15621069699dd7aabf904f8c290141b2b4396bb
s3:smbd: cancel all locks that are made before the first failure

We never reached the cleanup code and directly returned the error.
This addresses bug #6538 (Fail to back out lockingX calls on error).

metze
(cherry picked from commit 94303584b942135355f99d138f8dc375d8dfacfb)
source3/smbd/reply.c