From 809d44e3db1e0b86d754a2c7f38eb1ec061adaad Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 2 Dec 2008 23:25:16 +0100 Subject: samr: fill in two unknowns in samr_DomInfo13. Guenther --- librpc/idl/samr.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index 39173e418e..d4492aadc0 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 { -- cgit