git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c353c53
)
netlogon: use 8bit SamDatabaseID and DeltaEnum in netr_ChangeLogEntry.
author
Günther Deschner
<gd@samba.org>
Thu, 6 Nov 2008 15:50:39 +0000
(16:50 +0100)
committer
Günther Deschner
<gd@samba.org>
Thu, 6 Nov 2008 17:50:24 +0000
(18:50 +0100)
Guenther
librpc/idl/netlogon.idl
patch
|
blob
|
history
diff --git
a/librpc/idl/netlogon.idl
b/librpc/idl/netlogon.idl
index e3481d4141ca81134d62affd5e9f0f8b63561abc..764958937f11c8dd3d7ac126342be68d9b7423df 100644
(file)
--- a/
librpc/idl/netlogon.idl
+++ b/
librpc/idl/netlogon.idl
@@
-981,8
+981,8
@@
interface netlogon
uint32 serial_number2;
uint32 object_rid;
netr_ChangeLogFlags flags;
-
uint8
db_index;
-
uint8
delta_type;
+
netr_SamDatabaseID8Bit
db_index;
+
netr_DeltaEnum8Bit
delta_type;
[switch_is(flags & (NETR_CHANGELOG_SID_INCLUDED|NETR_CHANGELOG_NAME_INCLUDED))] netr_ChangeLogObject object;
} netr_ChangeLogEntry;