1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

dsdb-acl: remove unused variable

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
This commit is contained in:
Stefan Metzmacher 2013-01-17 17:19:03 +01:00
parent f9868b7ffd
commit 1915b17d09

View 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);