summaryrefslogtreecommitdiff
path: root/source4/libcli/security/security.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/security/security.h')
-rw-r--r--source4/libcli/security/security.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/libcli/security/security.h b/source4/libcli/security/security.h
index 18f6c820d1..bdf473bcf1 100644
--- a/source4/libcli/security/security.h
+++ b/source4/libcli/security/security.h
@@ -32,10 +32,8 @@ struct auth_session_info;
struct object_tree {
uint32_t remaining_access;
struct GUID guid;
- /* linked list of children */
- struct object_tree * children;
- struct object_tree * prev;
- struct object_tree * next;
+ int num_of_children;
+ struct object_tree *children;
};
/* Moved the dom_sid functions to the top level dir with manual proto header */