mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
kcc_connection invocation_id added to struct
Utilized by KCC to carry the invocation id of the NTDSDSA that we are replicating the name context from. Utilized when NTDSConnection is created (much like dsa_guid tracks the NTDSDSA objectGUID that we are replicating the name context from). Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
parent
4dea78d508
commit
f6c90dfeba
@ -27,6 +27,7 @@
|
||||
struct kcc_connection {
|
||||
struct GUID obj_guid;
|
||||
struct GUID dsa_guid;
|
||||
struct GUID invocation_id;
|
||||
uint8_t schedule[84];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user