Author: gd
Date: 2007-10-19 14:28:26 +0000 (Fri, 19 Oct 2007)
New Revision: 25706

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25706

Log:
Merge padding fix from Samba3.

Guenther

Modified:
   branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h        
2007-10-19 06:57:19 UTC (rev 25705)
+++ branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h        
2007-10-19 14:28:26 UTC (rev 25706)
@@ -326,7 +326,7 @@
                   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;

Reply via email to