1
0
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:
Günther Deschner 2007-10-19 14:28:26 +02:00 committed by Stefan Metzmacher
parent 3434262ad7
commit d33667f914

View File

@ -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;