registry: Don't leave dangling transactions
authorVolker Lendecke <vl@samba.org>
Wed, 8 Oct 2014 13:39:28 +0000 (15:39 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 9 Oct 2014 19:10:04 +0000 (21:10 +0200)
When a createkey fails due to access denied, we need to do a
transaction_cancel. Otherwise the lock on the db will stay around.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10860

source3/registry/reg_api.c

index c263174bc23bbc504540d939aa5f3b43ff6371f9..1d4746a8462410575adb190a4387c1784efb578d 100644 (file)
@@ -628,7 +628,7 @@ WERROR reg_createkey(TALLOC_CTX *ctx, struct registry_key *parent,
                                 key->token))
        {
                err = WERR_ACCESS_DENIED;
-               goto done;
+               goto trans_done;
        }
 
        /*