s3:registry: wrap reg_deletevalue() in a transaction
authorMichael Adam <obnox@samba.org>
Thu, 12 Apr 2012 15:52:43 +0000 (17:52 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 25 Apr 2012 12:31:10 +0000 (14:31 +0200)
commit8d19ac7474e67eb8ffccb717c177c952e10e88e3
treec6c3c7ae32c3be31462e0c4076426ec6219aea2a
parent97bf05871ad384fd53f04b92489934fef1e42d63
s3:registry: wrap reg_deletevalue() in a transaction

This is at the wrong layer, but if fixes a race potentially causing
data corruption by concurrent access.

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/registry/reg_api.c