summaryrefslogtreecommitdiff
path: root/source4/nsswitch
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-19 14:28:26 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:23 +0100
commit34fa7e3d2c68336267c2d2c18984c6e29663ef7a (patch)
treed4a485eaeee76344f8391c8416dbe75a514bac5e /source4/nsswitch
parentc2e5cf6e31b099e1477113b9e11f760e2bdb5396 (diff)
downloadsamba-34fa7e3d2c68336267c2d2c18984c6e29663ef7a.tar.gz
samba-34fa7e3d2c68336267c2d2c18984c6e29663ef7a.tar.bz2
samba-34fa7e3d2c68336267c2d2c18984c6e29663ef7a.zip
r25706: Merge padding fix from Samba3.
Guenther (This used to be commit d33667f914d8f292f008c1e6288868bcd3392da8)
Diffstat (limited to 'source4/nsswitch')
-rw-r--r--source4/nsswitch/winbind_struct_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nsswitch/winbind_struct_protocol.h b/source4/nsswitch/winbind_struct_protocol.h
index d8e5c2f3b8..0e3ad8bcaf 100644
--- a/source4/nsswitch/winbind_struct_protocol.h
+++ b/source4/nsswitch/winbind_struct_protocol.h
@@ -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;