dsdb-acl: remove unused variable
[amitay/samba.git] / 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);