git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de443a4
)
samr: fill in two unknowns in samr_DomInfo13.
author
Günther Deschner
<gd@samba.org>
Tue, 2 Dec 2008 22:25:16 +0000
(23:25 +0100)
committer
Günther Deschner
<gd@samba.org>
Fri, 5 Dec 2008 13:27:02 +0000
(14:27 +0100)
Guenther
librpc/idl/samr.idl
patch
|
blob
|
history
diff --git
a/librpc/idl/samr.idl
b/librpc/idl/samr.idl
index 39173e418e3be8f33c6707daeb187a9480d304e1..d4492aadc08cb5d1b860304c5faa7b3713fe11fb 100644
(file)
--- 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 {