diff options
author | Günther Deschner <gd@samba.org> | 2008-12-02 23:25:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-12-05 14:27:02 +0100 |
commit | 809d44e3db1e0b86d754a2c7f38eb1ec061adaad (patch) | |
tree | 18def4911f5d43702d26f7bcfb755eab4b04ecdf /librpc/idl/samr.idl | |
parent | de443a42404a8aab47baa70a123c32435854b2eb (diff) | |
download | samba-809d44e3db1e0b86d754a2c7f38eb1ec061adaad.tar.gz |
samr: fill in two unknowns in samr_DomInfo13.
Guenther
Diffstat (limited to 'librpc/idl/samr.idl')
-rw-r--r-- | librpc/idl/samr.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index 39173e418e3..d4492aadc08 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -410,8 +410,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 { |