dsdb-acl: remove unused variable
authorStefan Metzmacher <metze@samba.org>
Thu, 17 Jan 2013 16:19:03 +0000 (17:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 23 Jan 2013 19:04:09 +0000 (20:04 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Jan 23 20:04:09 CET 2013 on sn-devel-104

source4/dsdb/samdb/ldb_modules/acl_util.c

index 795a39cba4d7c75ac3251ebac26313b76b0070ac..9be376d556fbd999f288c445f786ec9c9abb0e1f 100644 (file)
@@ -203,7 +203,6 @@ int acl_check_extended_right(TALLOC_CTX *mem_ctx,
        NTSTATUS status;
        uint32_t access_granted;
        struct object_tree *root = NULL;
-       struct object_tree *new_node = NULL;
        TALLOC_CTX *tmp_ctx = talloc_new(mem_ctx);
 
        GUID_from_string(ext_right, &right);