s3:registry: wrap reg_deletevalue() in a transaction
authorMichael Adam <obnox@samba.org>
Thu, 12 Apr 2012 15:52:43 +0000 (17:52 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 10 May 2012 09:15:21 +0000 (11:15 +0200)
commitd67b1813ac563f79ed055a7e918c5f293a7069fc
tree0a4db93f6afb7f1c7e38bdbd7852d70f016e2197
parent866faf77f92c17e7dbb21686601c7e45a3f406cd
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.
(cherry picked from commit c1208c4a9c10b03579dca3bcd304709e631d3c25)
source3/registry/reg_api.c