diff options
Diffstat (limited to 'source/include/privileges.h')
-rw-r--r-- | source/include/privileges.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/privileges.h b/source/include/privileges.h index 67d8a2cbcc1..b7e1b44c2af 100644 --- a/source/include/privileges.h +++ b/source/include/privileges.h @@ -53,6 +53,8 @@ typedef struct LUID_ATTR typedef struct privilege_set { + TALLOC_CTX *mem_ctx; + BOOL ext_ctx; uint32 count; uint32 control; LUID_ATTR *set; |