mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
netlogon: use 8bit SamDatabaseID and DeltaEnum in netr_ChangeLogEntry.
Guenther
This commit is contained in:
parent
c353c53692
commit
7bd12a878b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user