mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Remove extra whitespace, use public variable in IDL.
(This used to be commit bf08b68258
)
This commit is contained in:
parent
48307b54f9
commit
426e7fef1f
@ -677,7 +677,7 @@ _PUBLIC_ codepoint_t next_codepoint(struct smb_iconv_convenience *ic,
|
||||
with codepoints above 64k */
|
||||
olen = 2;
|
||||
outbuf = (char *)buf;
|
||||
smb_iconv(descriptor, &str, &ilen, &outbuf, &olen);
|
||||
smb_iconv(descriptor, &str, &ilen, &outbuf, &olen);
|
||||
if (olen == 2) {
|
||||
olen = 4;
|
||||
outbuf = (char *)buf;
|
||||
|
@ -91,7 +91,7 @@ interface drsblobs {
|
||||
|
||||
typedef [public,gensize,flag(NDR_PAHEX)] struct {
|
||||
/* this includes the 8 bytes of the repsFromToBlob header */
|
||||
[value(ndr_size_repsFromTo1(r, ndr->flags)+8)] uint32 blobsize;
|
||||
[value(ndr_size_repsFromTo1(this, 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