mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r25706: Merge padding fix from Samba3.
Guenther
This commit is contained in:
parent
3434262ad7
commit
d33667f914
@ -326,7 +326,7 @@ struct winbindd_request {
|
||||
The size is the sizeof the union without the padding aligned on
|
||||
an 8 byte boundary. --jerry */
|
||||
|
||||
char padding[1560];
|
||||
char padding[1800];
|
||||
} data;
|
||||
union {
|
||||
SMB_TIME_T padding;
|
||||
|
Loading…
Reference in New Issue
Block a user