s3:registry: in regdb_delete_subkey(), don't use the transaction wrappers.
authorMichael Adam <obnox@samba.org>
Tue, 7 Jul 2009 10:27:26 +0000 (12:27 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 15 Jul 2009 12:01:47 +0000 (14:01 +0200)
commit6cb14409af5f708706f975143c7b40bb54c7a5c0
tree2ff2f5f9d51529223d2b88a8c0ba76c560c674e3
parent4eeacd6ef0e1bb813062c30ac280e542c6b007c8
s3:registry: in regdb_delete_subkey(), don't use the transaction wrappers.

This way, the db handle gets used explicitly and the core of the
function can be abstracted.

Michael
source3/registry/reg_backend_db.c