mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
drsblobs.idl: fix repsFromTo2 blob size calculation
metze
This commit is contained in:
parent
cc48e9a01a
commit
1c3a706932
@ -120,7 +120,7 @@ interface drsblobs {
|
||||
|
||||
typedef [public,gensize,flag(NDR_PAHEX)] struct {
|
||||
/* this includes the 8 bytes of the repsFromToBlob header */
|
||||
[value(ndr_size_repsFromTo1(this, ndr->iconv_convenience, ndr->flags)+8)] uint32 blobsize;
|
||||
[value(ndr_size_repsFromTo2(this, ndr->iconv_convenience, ndr->flags)+8)] uint32 blobsize;
|
||||
uint32 consecutive_sync_failures;
|
||||
NTTIME_1sec last_success;
|
||||
NTTIME_1sec last_attempt;
|
||||
|
Loading…
Reference in New Issue
Block a user