s3:registry: in deletekey_recursive, fix return code upon error.
authorMichael Adam <obnox@samba.org>
Sun, 30 Jan 2011 12:44:31 +0000 (13:44 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 30 Jan 2011 13:59:50 +0000 (14:59 +0100)
commit831e7490d78a7780c8e169f4e3b70002e89105a2
tree3e159aa4a1273dd5ce247b0351bfa8da23adaec9
parentede74fab144912bc6c47edb50f5ed0559b41674a
s3:registry: in deletekey_recursive, fix return code upon error.

correctly keep the werr from inside the transaction when the opearation
inside the transaction fails.

What is the correct behaviour if the cancel operation fails?
source3/registry/reg_api.c