diff options
author | Günther Deschner <gd@samba.org> | 2008-12-02 23:25:16 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-12-12 12:31:00 +0100 |
commit | 333d0f7f556e06139fae62e79d7016df86a1aa95 (patch) | |
tree | d2adbdf73e15a3132ff61c898a34a7b756905dbc | |
parent | 9f6b80ea5c90cfcb6167e946f4c9c0c31d1b16ad (diff) | |
download | samba-333d0f7f556e06139fae62e79d7016df86a1aa95.tar.gz |
samr: fill in two unknowns in samr_DomInfo13.
Guenther
(cherry picked from commit b5e5124439b0215c2a82bf816f364661b4ba7785)
-rw-r--r-- | source/librpc/idl/samr.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/librpc/idl/samr.idl b/source/librpc/idl/samr.idl index 991b4f55dd4..5d2118b34c8 100644 --- a/source/librpc/idl/samr.idl +++ b/source/librpc/idl/samr.idl @@ -389,8 +389,7 @@ import "misc.idl", "lsa.idl", "security.idl"; typedef struct { hyper sequence_num; NTTIME domain_create_time; - uint32 unknown1; - uint32 unknown2; + hyper modified_count_at_last_promotion; } samr_DomInfo13; typedef [switch_type(uint16)] union { |