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)
committerVolker Lendecke <vl@samba.org>
Mon, 31 Jan 2011 10:57:51 +0000 (11:57 +0100)
commita3c2342b0086461dfa6bc1b0ec4d75f267a163d4
treee81cb3c534f65e7b323050f6a25b15fa45ea7d81
parent6c1881536a818fe65166a789cdf8d4b6a9440c81
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