diff options
Diffstat (limited to 'source4/librpc/ndr/ndr_lsa.h')
-rw-r--r-- | source4/librpc/ndr/ndr_lsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h index b502064bbf..7cc0d0f3da 100644 --- a/source4/librpc/ndr/ndr_lsa.h +++ b/source4/librpc/ndr/ndr_lsa.h @@ -405,8 +405,8 @@ struct lsa_LUIDAttribute { struct lsa_PrivilegeSet { uint32 count; + uint32 unknown; struct lsa_LUIDAttribute *set; - uint32 unknown[1]; }; struct lsa_EnumPrivsAccount { |