s3:smbd: cancel all locks that are made before the first failure
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Jul 2009 13:16:21 +0000 (15:16 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 18 Jul 2009 06:33:38 +0000 (08:33 +0200)
commit94303584b942135355f99d138f8dc375d8dfacfb
tree39387c1bab4633d9abe1accb412942ad5c26b791
parent17ce6f9984b7d84534eecde007ae904e13bbfdfa
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
source3/smbd/reply.c